#966F2D

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

Shades of Buttered Rum #966F2D

Tints of Buttered Rum #966F2D

Color information

#966F2D (or 0x966F2D) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 2D. RGB value is (150,111,45). Sum of RGB (Red+Green+Blue) = 150+111+45=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #966F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F2D is #6990D2. Grayscale: #737373. Windows color (decimal): -6918355 or 2977686. OLE color: 2977686.

HSL color Cylindrical-coordinate representation of color #966F2D: hue angle of 37.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #966F2D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15011145-
CMYK00.260.700.41
HSL37.71º53.85%38.24%-
HSV(B)37.71º70%58.82%-
XYZ18.7418.044.98-
YUV115.1488.42152.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=49.02%
G=36.27%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501114500.260.700.4137.7153.8538.24
Hex966F2D01A4629263626
Octal2261575503210651466646
Binary1001011011011111011010110101000110101001100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F2D; }

 p { color: rgb(150,111,45); }

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

<style>
 a { background-color: #966F2D; }

 a { background-color: rgb(150,111,45); }

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

<style>
 span { border-color: #966F2D; }

 span { border-color: rgb(150,111,45); }

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