#976F3B

Color #976F3B Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #976F3B

Tints of Buttered Rum #976F3B

Color information

#976F3B (or 0x976F3B) is unknown color: approx Buttered Rum. HEX triplet: 97, 6F and 3B. RGB value is (151,111,59). Sum of RGB (Red+Green+Blue) = 151+111+59=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #976F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F3B is #6890C4. Grayscale: #757575. Windows color (decimal): -6852805 or 3895191. OLE color: 3895191.

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

Color convert

RGB15111159-
CMYK00.260.610.41
HSL33.91º43.81%41.18%-
HSV(B)33.91º60.93%59.22%-
XYZ19.2418.266.65-
YUV117.0395.25152.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=47.04%
G=34.58%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511115900.260.610.4133.9143.8141.18
Hex976F3B01A3D29222c29
Octal227157730327551425451
Binary100101111101111111011011010111101101001100010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #976F3B;
 }
 .AnyTagClassName
 {
   color: #976F3B;
 }
</style>
background-color css

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

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

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

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

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

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