Html Css Color HEX #976C12 Golden Brown

📋 copy color: '#976C12'

red 151 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #976C12

Tints of Golden Brown #976C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.99%

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

R = 54.51%
G = 38.99%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976C12 (or 0x976C12) is known color: Golden Brown. HEX triplet: 97, 6C and 12. RGB value is (151,108,18). Sum of RGB (Red+Green+Blue) = 151+108+18=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #976C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C12 is #6893ED. Grayscale: #6F6F6F. Windows color (decimal): -6853614 or 1207447. OLE color: 1207447.

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

Color convert

RGB 151 108 18 -
CMYK 0 0.28 0.88 0.41
HSL 40.6º 0.79% 0.33% -
HSV(B) 40.6º 0.88% 0.59% -
XYZ 18.23 17.35 2.96 -
YUV 110.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 151 108 18 0 0.28 0.88 0.41 40.6 0.79 0.33
Hex 97 6C 12 0 1C 58 29 29 4F 21
Octal 227 154 22 0 34 130 51 51 117 41
Binary 10010111 1101100 10010 0 11100 1011000 101001 101001 1001111 100001

Color Harmonies of #976C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C12

Black with #976C12

Text Example


Text Example

White with #976C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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