#A66109

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

Shades of Golden Brown #A66109

Tints of Golden Brown #A66109

Color information

#A66109 (or 0xA66109) is unknown color: approx Golden Brown. HEX triplet: A6, 61 and 09. RGB value is (166,97,9). Sum of RGB (Red+Green+Blue) = 166+97+9=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A66109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66109 is #599EF6. Grayscale: #6C6C6C. Windows color (decimal): -5873399 or 614822. OLE color: 614822.

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

Color convert

RGB166979-
CMYK00.420.950.35
HSL33.63º89.71%34.31%-
HSV(B)33.63º94.58%65.1%-
XYZ20.0516.682.42-
YUV107.672.36169.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=61.03%
G=35.66%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16697900.420.950.3533.6389.7134.31
HexA661902A5F23225a22
Octal24614111052137434213242
Binary1010011011000011001010101010111111000111000101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66109; }

 p { color: rgb(166,97,9); }

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

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

 a { background-color: rgb(166,97,9); }

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

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

 span { border-color: rgb(166,97,9); }

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