#A66209

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

Shades of Golden Brown #A66209

Tints of Golden Brown #A66209

Color information

#A66209 (or 0xA66209) is unknown color: approx Golden Brown. HEX triplet: A6, 62 and 09. RGB value is (166,98,9). Sum of RGB (Red+Green+Blue) = 166+98+9=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A66209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66209 is #599DF6. Grayscale: #6C6C6C. Windows color (decimal): -5873143 or 615078. OLE color: 615078.

HSL color Cylindrical-coordinate representation of color #A66209: hue angle of 34.01º 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 #A66209 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB166989-
CMYK00.410.950.35
HSL34.01º89.71%34.31%-
HSV(B)34.01º94.58%65.1%-
XYZ20.1416.862.45-
YUV108.1972.03169.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=60.81%
G=35.90%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16698900.410.950.3534.0189.7134.31
HexA66290295F23225a22
Octal24614211051137434213242
Binary1010011011000101001010100110111111000111000101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66209; }

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

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

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

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

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

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

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

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