#976C38

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

Shades of Buttered Rum #976C38

Tints of Buttered Rum #976C38

Color information

#976C38 (or 0x976C38) is unknown color: approx Buttered Rum. HEX triplet: 97, 6C and 38. RGB value is (151,108,56). Sum of RGB (Red+Green+Blue) = 151+108+56=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #976C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C38 is #6893C7. Grayscale: #737373. Windows color (decimal): -6853576 or 3697815. OLE color: 3697815.

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

Color convert

RGB15110856-
CMYK00.280.630.41
HSL32.84º45.89%40.59%-
HSV(B)32.84º62.91%59.22%-
XYZ18.8417.596.14-
YUV114.9394.75153.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=47.94%
G=34.29%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511085600.280.630.4132.8445.8940.59
Hex976C3801C3F29212e29
Octal227154700347751415651
Binary100101111101100111000011100111111101001100001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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