#A66707

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

Shades of Golden Brown #A66707

Tints of Golden Brown #A66707

Color information

#A66707 (or 0xA66707) is unknown color: approx Golden Brown. HEX triplet: A6, 67 and 07. RGB value is (166,103,7). Sum of RGB (Red+Green+Blue) = 166+103+7=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A66707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66707 is #5998F8. Grayscale: #6F6F6F. Windows color (decimal): -5871865 or 485286. OLE color: 485286.

HSL color Cylindrical-coordinate representation of color #A66707: hue angle of 36.23º degrees, saturation: 0.92, 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 #A66707 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1661037-
CMYK00.380.960.35
HSL36.23º91.91%33.92%-
HSV(B)36.23º95.78%65.1%-
XYZ20.6117.822.55-
YUV110.8969.37167.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 7 (3.12% from 255) = 2.54%
R=60.14%
G=37.32%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166103700.380.960.3536.2391.9133.92
HexA66770266023245c22
Octal2461477046140434413442
Binary101001101100111111010011011000001000111001001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66707; }

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

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

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

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

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

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

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

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