#A66D06

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

Shades of Golden Brown #A66D06

Tints of Golden Brown #A66D06

Color information

#A66D06 (or 0xA66D06) is unknown color: approx Golden Brown. HEX triplet: A6, 6D and 06. RGB value is (166,109,6). Sum of RGB (Red+Green+Blue) = 166+109+6=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66D06 is #5992F9. Grayscale: #727272. Windows color (decimal): -5870330 or 421286. OLE color: 421286.

HSL color Cylindrical-coordinate representation of color #A66D06: hue angle of 38.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A66D06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1661096-
CMYK00.340.960.35
HSL38.62º93.02%33.73%-
HSV(B)38.62º96.39%65.1%-
XYZ21.2319.062.73-
YUV114.366.88164.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=59.07%
G=38.79%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166109600.340.960.3538.6293.0233.73
HexA66D60226023275d22
Octal2461556042140434713542
Binary101001101101101110010001011000001000111001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D06; }

 p { color: rgb(166,109,6); }

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

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

 a { background-color: rgb(166,109,6); }

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

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

 span { border-color: rgb(166,109,6); }

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