Html Css Color HEX #976F2C Buttered Rum

📋 copy color: '#976F2C'

red 151 ◦ green 111 ◦ blue 44

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

Shades of Buttered Rum #976F2C

Tints of Buttered Rum #976F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 49.35%
G = 36.27%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#976F2C (or 0x976F2C) is known color: Buttered Rum. HEX triplet: 97, 6F and 2C. RGB value is (151,111,44). Sum of RGB (Red+Green+Blue) = 151+111+44=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #976F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F2C is #6890D3. Grayscale: #737373. Windows color (decimal): -6852820 or 2912151. OLE color: 2912151.

HSL color Cylindrical-coordinate representation of color #976F2C: hue angle of 37.57º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #976F2C is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 44 -
CMYK 0 0.26 0.71 0.41
HSL 37.57º 0.55% 0.38% -
HSV(B) 37.57º 0.71% 0.59% -
XYZ 18.9 18.13 4.89 -
YUV 115.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 151 111 44 0 0.26 0.71 0.41 37.57 0.55 0.38
Hex 97 6F 2C 0 1A 47 29 26 37 26
Octal 227 157 54 0 32 107 51 46 67 46
Binary 10010111 1101111 101100 0 11010 1000111 101001 100110 110111 100110

Color Harmonies of #976F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F2C

Black with #976F2C

Text Example


Text Example

White with #976F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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