#A66713

Color #A66713 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A66713

Tints of Golden Brown #A66713

Color information

#A66713 (or 0xA66713) is unknown color: approx Golden Brown. HEX triplet: A6, 67 and 13. RGB value is (166,103,19). Sum of RGB (Red+Green+Blue) = 166+103+19=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66713 is #5998EC. Grayscale: #707070. Windows color (decimal): -5871853 or 1271718. OLE color: 1271718.

HSL color Cylindrical-coordinate representation of color #A66713: hue angle of 34.29º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A66713 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16610319-
CMYK00.380.890.35
HSL34.29º79.46%36.27%-
HSV(B)34.29º88.55%65.1%-
XYZ20.6917.852.97-
YUV112.2675.37166.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=57.64%
G=35.76%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661031900.380.890.3534.2979.4636.27
HexA667130265923224f24
Octal24614723046131434211744
Binary10100110110011110011010011010110011000111000101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66713; }

 p { color: rgb(166,103,19); }

 H1.HeaderClassName
 {
   color: #A66713;
 }
 .AnyTagClassName
 {
   color: #A66713;
 }
</style>
background-color css

<style>
 a { background-color: #A66713; }

 a { background-color: rgb(166,103,19); }

 div.DivClassName
 {
   background-color: #A66713;
 }
 .BgClassName
 {
   background-color: #A66713;
 }
</style>
border-color css

<style>
 span { border-color: #A66713; }

 span { border-color: rgb(166,103,19); }

 td.TdClassName
 {
   border-color: #A66713;
 }
 .TagClassName
 {
   border-color: #A66713;
 }
</style>