Html Css Color HEX #976D31 Buttered Rum

📋 copy color: '#976D31'

red 151 ◦ green 109 ◦ blue 49

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

Shades of Buttered Rum #976D31

Tints of Buttered Rum #976D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 48.87%
G = 35.28%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976D31 (or 0x976D31) is known color: Buttered Rum. HEX triplet: 97, 6D and 31. RGB value is (151,109,49). Sum of RGB (Red+Green+Blue) = 151+109+49=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #976D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D31 is #6892CE. Grayscale: #737373. Windows color (decimal): -6853327 or 3239319. OLE color: 3239319.

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

Color convert

RGB 151 109 49 -
CMYK 0 0.28 0.68 0.41
HSL 35.29º 0.51% 0.39% -
HSV(B) 35.29º 0.68% 0.59% -
XYZ 18.79 17.74 5.34 -
YUV 114.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 151 109 49 0 0.28 0.68 0.41 35.29 0.51 0.39
Hex 97 6D 31 0 1C 44 29 23 33 27
Octal 227 155 61 0 34 104 51 43 63 47
Binary 10010111 1101101 110001 0 11100 1000100 101001 100011 110011 100111

Color Harmonies of #976D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D31

Black with #976D31

Text Example


Text Example

White with #976D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,109,49); }

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

background-color css

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

 a { background-color: rgb(151,109,49); }

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

border-color css

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

 span { border-color: rgb(151,109,49); }

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