Html Css Color HEX #976C22 Buttered Rum

📋 copy color: '#976C22'

red 151 ◦ green 108 ◦ blue 34

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

Shades of Buttered Rum #976C22

Tints of Buttered Rum #976C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 51.54%
G = 36.86%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#976C22 (or 0x976C22) is known color: Buttered Rum. HEX triplet: 97, 6C and 22. RGB value is (151,108,34). Sum of RGB (Red+Green+Blue) = 151+108+34=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #976C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C22 is #6893DD. Grayscale: #707070. Windows color (decimal): -6853598 or 2256023. OLE color: 2256023.

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

Color convert

RGB 151 108 34 -
CMYK 0 0.28 0.77 0.41
HSL 37.95º 0.63% 0.36% -
HSV(B) 37.95º 0.77% 0.59% -
XYZ 18.41 17.42 3.91 -
YUV 112.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 151 108 34 0 0.28 0.77 0.41 37.95 0.63 0.36
Hex 97 6C 22 0 1C 4D 29 26 3F 24
Octal 227 154 42 0 34 115 51 46 77 44
Binary 10010111 1101100 100010 0 11100 1001101 101001 100110 111111 100100

Color Harmonies of #976C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C22

Black with #976C22

Text Example


Text Example

White with #976C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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