Html Css Color HEX #976012 Golden Brown

📋 copy color: '#976012'

red 151 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #976012

Tints of Golden Brown #976012

RGB

 RED value IS 151 (59.38% from 255) = 56.98%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 56.98%
G = 36.23%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976012 (or 0x976012) is known color: Golden Brown. HEX triplet: 97, 60 and 12. RGB value is (151,96,18). Sum of RGB (Red+Green+Blue) = 151+96+18=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #976012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976012 is #689FED. Grayscale: #676767. Windows color (decimal): -6856686 or 1204375. OLE color: 1204375.

HSL color Cylindrical-coordinate representation of color #976012: hue angle of 35.19º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #976012 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 96 18 -
CMYK 0 0.36 0.88 0.41
HSL 35.19º 0.79% 0.33% -
HSV(B) 35.19º 0.88% 0.59% -
XYZ 17.05 14.99 2.57 -
YUV 103.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 151 96 18 0 0.36 0.88 0.41 35.19 0.79 0.33
Hex 97 60 12 0 24 58 29 23 4F 21
Octal 227 140 22 0 44 130 51 43 117 41
Binary 10010111 1100000 10010 0 100100 1011000 101001 100011 1001111 100001

Color Harmonies of #976012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976012

Black with #976012

Text Example


Text Example

White with #976012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976012; }

 p { color: rgb(151,96,18); }

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

background-color css

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

 a { background-color: rgb(151,96,18); }

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

border-color css

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

 span { border-color: rgb(151,96,18); }

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