#A66811

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

Shades of Golden Brown #A66811

Tints of Golden Brown #A66811

Color information

#A66811 (or 0xA66811) is unknown color: approx Golden Brown. HEX triplet: A6, 68 and 11. RGB value is (166,104,17). Sum of RGB (Red+Green+Blue) = 166+104+17=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A66811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66811 is #5997EE. Grayscale: #717171. Windows color (decimal): -5871599 or 1140902. OLE color: 1140902.

HSL color Cylindrical-coordinate representation of color #A66811: hue angle of 35.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A66811 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16610417-
CMYK00.370.900.35
HSL35.03º81.42%35.88%-
HSV(B)35.03º89.76%65.1%-
XYZ20.7818.052.92-
YUV112.6274.04166.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 17 (7.03% from 255) = 5.92%
R=57.84%
G=36.24%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661041700.370.900.3535.0381.4235.88
HexA668110255A23235124
Octal24615021045132434312144
Binary10100110110100010001010010110110101000111000111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66811; }

 p { color: rgb(166,104,17); }

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

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

 a { background-color: rgb(166,104,17); }

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

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

 span { border-color: rgb(166,104,17); }

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