Html Css Color HEX #976112 Golden Brown

📋 copy color: '#976112'

red 151 ◦ green 97 ◦ blue 18

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

Shades of Golden Brown #976112

Tints of Golden Brown #976112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 56.77%
G = 36.47%
B = 6.77%

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

#976112 (or 0x976112) is known color: Golden Brown. HEX triplet: 97, 61 and 12. RGB value is (151,97,18). Sum of RGB (Red+Green+Blue) = 151+97+18=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #976112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976112 is #689EED. Grayscale: #686868. Windows color (decimal): -6856430 or 1204631. OLE color: 1204631.

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

Color convert

RGB 151 97 18 -
CMYK 0 0.36 0.88 0.41
HSL 35.64º 0.79% 0.33% -
HSV(B) 35.64º 0.88% 0.59% -
XYZ 17.15 15.17 2.6 -
YUV 104.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 151 97 18 0 0.36 0.88 0.41 35.64 0.79 0.33
Hex 97 61 12 0 24 58 29 24 4F 21
Octal 227 141 22 0 44 130 51 44 117 41
Binary 10010111 1100001 10010 0 100100 1011000 101001 100100 1001111 100001

Color Harmonies of #976112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976112

Black with #976112

Text Example


Text Example

White with #976112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976112; }

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

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

background-color css

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

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

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

border-color css

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

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

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