Html Css Color HEX #976B20 Golden Brown

📋 copy color: '#976B20'

red 151 ◦ green 107 ◦ blue 32

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

Shades of Golden Brown #976B20

Tints of Golden Brown #976B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 52.07%
G = 36.9%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976B20 (or 0x976B20) is known color: Golden Brown. HEX triplet: 97, 6B and 20. RGB value is (151,107,32). Sum of RGB (Red+Green+Blue) = 151+107+32=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #976B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B20 is #6894DF. Grayscale: #6F6F6F. Windows color (decimal): -6853856 or 2124695. OLE color: 2124695.

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

Color convert

RGB 151 107 32 -
CMYK 0 0.29 0.79 0.41
HSL 37.82º 0.65% 0.36% -
HSV(B) 37.82º 0.79% 0.59% -
XYZ 18.28 17.2 3.72 -
YUV 111.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 151 107 32 0 0.29 0.79 0.41 37.82 0.65 0.36
Hex 97 6B 20 0 1D 4F 29 26 41 24
Octal 227 153 40 0 35 117 51 46 101 44
Binary 10010111 1101011 100000 0 11101 1001111 101001 100110 1000001 100100

Color Harmonies of #976B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B20

Black with #976B20

Text Example


Text Example

White with #976B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,32); }

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

background-color css

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

 a { background-color: rgb(151,107,32); }

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

border-color css

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

 span { border-color: rgb(151,107,32); }

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