#966D2D

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

Shades of Buttered Rum #966D2D

Tints of Buttered Rum #966D2D

Color information

#966D2D (or 0x966D2D) is unknown color: approx Buttered Rum. HEX triplet: 96, 6D and 2D. RGB value is (150,109,45). Sum of RGB (Red+Green+Blue) = 150+109+45=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #966D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D2D is #6992D2. Grayscale: #727272. Windows color (decimal): -6918867 or 2977174. OLE color: 2977174.

HSL color Cylindrical-coordinate representation of color #966D2D: hue angle of 36.57º 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 #966D2D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15010945-
CMYK00.270.700.41
HSL36.57º53.85%38.24%-
HSV(B)36.57º70%58.82%-
XYZ18.5217.614.91-
YUV113.9689.08153.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=49.34%
G=35.86%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501094500.270.700.4136.5753.8538.24
Hex966D2D01B4629253626
Octal2261555503310651456646
Binary1001011011011011011010110111000110101001100101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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