Html Css Color HEX #A76206 Golden Brown

📋 copy color: '#A76206'

red 167 ◦ green 98 ◦ blue 6

#A76206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A76206

Tints of Golden Brown #A76206

RGB

 RED value IS 167 (65.63% from 255) = 61.62%

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 61.62%
G = 36.16%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A76206 (or 0xA76206) is known color: Golden Brown. HEX triplet: A7, 62 and 06. RGB value is (167,98,6). Sum of RGB (Red+Green+Blue) = 167+98+6=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A76206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76206 is #589DF9. Grayscale: #6C6C6C. Windows color (decimal): -5807610 or 418471. OLE color: 418471.

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

Color convert

RGB 167 98 6 -
CMYK 0 0.41 0.96 0.35
HSL 34.29º 0.93% 0.34% -
HSV(B) 34.29º 0.96% 0.65% -
XYZ 20.34 16.96 2.37 -
YUV 108.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 167 98 6 0 0.41 0.96 0.35 34.29 0.93 0.34
Hex A7 62 6 0 29 60 23 22 5D 22
Octal 247 142 6 0 51 140 43 42 135 42
Binary 10100111 1100010 110 0 101001 1100000 100011 100010 1011101 100010

Color Harmonies of #A76206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76206

Black with #A76206

Text Example


Text Example

White with #A76206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76206; }

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

 H1.HeaderClassName
 {
   color: #A76206;
 }
 .AnyTagClassName
 {
   color: #A76206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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