#A76606

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

Shades of Golden Brown #A76606

Tints of Golden Brown #A76606

Color information

#A76606 (or 0xA76606) is unknown color: approx Golden Brown. HEX triplet: A7, 66 and 06. RGB value is (167,102,6). Sum of RGB (Red+Green+Blue) = 167+102+6=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A76606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76606 is #5899F9. Grayscale: #6E6E6E. Windows color (decimal): -5806586 or 419495. OLE color: 419495.

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

Color convert

RGB1671026-
CMYK00.390.960.35
HSL35.78º93.06%33.92%-
HSV(B)35.78º96.41%65.49%-
XYZ20.7217.732.5-
YUV110.4969.03168.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 6 (2.73% from 255) = 2.18%
R=60.73%
G=37.09%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167102600.390.960.3535.7893.0633.92
HexA76660276023245d22
Octal2471466047140434413542
Binary101001111100110110010011111000001000111001001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76606; }

 p { color: rgb(167,102,6); }

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

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

 a { background-color: rgb(167,102,6); }

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

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

 span { border-color: rgb(167,102,6); }

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