Html Css Color HEX #976F2F Buttered Rum

📋 copy color: '#976F2F'

red 151 ◦ green 111 ◦ blue 47

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

Shades of Buttered Rum #976F2F

Tints of Buttered Rum #976F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.92%

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

R = 48.87%
G = 35.92%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#976F2F (or 0x976F2F) is known color: Buttered Rum. HEX triplet: 97, 6F and 2F. RGB value is (151,111,47). Sum of RGB (Red+Green+Blue) = 151+111+47=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #976F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F2F is #6890D0. Grayscale: #737373. Windows color (decimal): -6852817 or 3108759. OLE color: 3108759.

HSL color Cylindrical-coordinate representation of color #976F2F: hue angle of 36.92º 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 #976F2F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 47 -
CMYK 0 0.26 0.69 0.41
HSL 36.92º 0.53% 0.39% -
HSV(B) 36.92º 0.69% 0.59% -
XYZ 18.96 18.15 5.19 -
YUV 115.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 151 111 47 0 0.26 0.69 0.41 36.92 0.53 0.39
Hex 97 6F 2F 0 1A 45 29 25 35 27
Octal 227 157 57 0 32 105 51 45 65 47
Binary 10010111 1101111 101111 0 11010 1000101 101001 100101 110101 100111

Color Harmonies of #976F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F2F

Black with #976F2F

Text Example


Text Example

White with #976F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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