Html Css Color HEX #976212 Golden Brown

📋 copy color: '#976212'

red 151 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #976212

Tints of Golden Brown #976212

RGB

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

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

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

R = 56.55%
G = 36.7%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976212 (or 0x976212) is known color: Golden Brown. HEX triplet: 97, 62 and 12. RGB value is (151,98,18). Sum of RGB (Red+Green+Blue) = 151+98+18=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #976212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976212 is #689DED. Grayscale: #696969. Windows color (decimal): -6856174 or 1204887. OLE color: 1204887.

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

Color convert

RGB 151 98 18 -
CMYK 0 0.35 0.88 0.41
HSL 36.09º 0.79% 0.33% -
HSV(B) 36.09º 0.88% 0.59% -
XYZ 17.24 15.36 2.63 -
YUV 104.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 151 98 18 0 0.35 0.88 0.41 36.09 0.79 0.33
Hex 97 62 12 0 23 58 29 24 4F 21
Octal 227 142 22 0 43 130 51 44 117 41
Binary 10010111 1100010 10010 0 100011 1011000 101001 100100 1001111 100001

Color Harmonies of #976212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976212

Black with #976212

Text Example


Text Example

White with #976212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976212; }

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

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

background-color css

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

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

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

border-color css

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

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

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