Html Css Color HEX #A76306 Golden Brown

📋 copy color: '#A76306'

red 167 ◦ green 99 ◦ blue 6

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

Shades of Golden Brown #A76306

Tints of Golden Brown #A76306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 61.4%
G = 36.4%
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

#A76306 (or 0xA76306) is known color: Golden Brown. HEX triplet: A7, 63 and 06. RGB value is (167,99,6). Sum of RGB (Red+Green+Blue) = 167+99+6=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A76306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76306 is #589CF9. Grayscale: #6D6D6D. Windows color (decimal): -5807354 or 418727. OLE color: 418727.

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

Color convert

RGB 167 99 6 -
CMYK 0 0.41 0.96 0.35
HSL 34.66º 0.93% 0.34% -
HSV(B) 34.66º 0.96% 0.65% -
XYZ 20.43 17.15 2.41 -
YUV 108.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 167 99 6 0 0.41 0.96 0.35 34.66 0.93 0.34
Hex A7 63 6 0 29 60 23 23 5D 22
Octal 247 143 6 0 51 140 43 43 135 42
Binary 10100111 1100011 110 0 101001 1100000 100011 100011 1011101 100010

Color Harmonies of #A76306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76306

Black with #A76306

Text Example


Text Example

White with #A76306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76306; }

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

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

background-color css

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

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

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

border-color css

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

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

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