#976F35

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

Shades of Buttered Rum #976F35

Tints of Buttered Rum #976F35

Color information

#976F35 (or 0x976F35) is unknown color: approx Buttered Rum. HEX triplet: 97, 6F and 35. RGB value is (151,111,53). Sum of RGB (Red+Green+Blue) = 151+111+53=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #976F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F35 is #6890CA. Grayscale: #747474. Windows color (decimal): -6852811 or 3501975. OLE color: 3501975.

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

Color convert

RGB15111153-
CMYK00.260.650.41
HSL35.51º48.04%40%-
HSV(B)35.51º64.9%59.22%-
XYZ19.0918.215.88-
YUV116.3592.25152.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=47.94%
G=35.24%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511115300.260.650.4135.5148.0440
Hex976F3501A4129243028
Octal2271576503210151446050
Binary1001011111011111101010110101000001101001100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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