Html Css Color HEX #976116 Golden Brown

📋 copy color: '#976116'

red 151 ◦ green 97 ◦ blue 22

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

Shades of Golden Brown #976116

Tints of Golden Brown #976116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 55.93%
G = 35.93%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#976116 (or 0x976116) is known color: Golden Brown. HEX triplet: 97, 61 and 16. RGB value is (151,97,22). Sum of RGB (Red+Green+Blue) = 151+97+22=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #976116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976116 is #689EE9. Grayscale: #686868. Windows color (decimal): -6856426 or 1466775. OLE color: 1466775.

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

Color convert

RGB 151 97 22 -
CMYK 0 0.36 0.85 0.41
HSL 34.88º 0.75% 0.34% -
HSV(B) 34.88º 0.85% 0.59% -
XYZ 17.18 15.19 2.78 -
YUV 104.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 151 97 22 0 0.36 0.85 0.41 34.88 0.75 0.34
Hex 97 61 16 0 24 55 29 23 4B 22
Octal 227 141 26 0 44 125 51 43 113 42
Binary 10010111 1100001 10110 0 100100 1010101 101001 100011 1001011 100010

Color Harmonies of #976116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976116

Black with #976116

Text Example


Text Example

White with #976116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976116; }

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

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

background-color css

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

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

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

border-color css

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

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

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