Html Css Color HEX #976C2F Buttered Rum

📋 copy color: '#976C2F'

red 151 ◦ green 108 ◦ blue 47

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

Shades of Buttered Rum #976C2F

Tints of Buttered Rum #976C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 49.35%
G = 35.29%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#976C2F (or 0x976C2F) is known color: Buttered Rum. HEX triplet: 97, 6C and 2F. RGB value is (151,108,47). Sum of RGB (Red+Green+Blue) = 151+108+47=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #976C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C2F is #6893D0. Grayscale: #727272. Windows color (decimal): -6853585 or 3107991. OLE color: 3107991.

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

Color convert

RGB 151 108 47 -
CMYK 0 0.28 0.69 0.41
HSL 35.19º 0.53% 0.39% -
HSV(B) 35.19º 0.69% 0.59% -
XYZ 18.64 17.51 5.09 -
YUV 113.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 151 108 47 0 0.28 0.69 0.41 35.19 0.53 0.39
Hex 97 6C 2F 0 1C 45 29 23 35 27
Octal 227 154 57 0 34 105 51 43 65 47
Binary 10010111 1101100 101111 0 11100 1000101 101001 100011 110101 100111

Color Harmonies of #976C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C2F

Black with #976C2F

Text Example


Text Example

White with #976C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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