Shades of Buttered Rum #966E2F
Tints of Buttered Rum #966E2F
RGB
CMYK
RGB Variations
Color information
#966E2F (or 0x966E2F) is known color: Buttered Rum. HEX triplet: 96, 6E and 2F. RGB value is (150,110,47). Sum of RGB (Red+Green+Blue) = 150+110+47=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #966E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E2F is #6991D0. Grayscale: #737373. Windows color (decimal): -6918609 or 3108502. OLE color: 3108502.
HSL color Cylindrical-coordinate representation of color #966E2F: hue angle of 36.7º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #966E2F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 47 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.41 |
| HSL | 36.7º | 0.52% | 0.39% | - |
| HSV(B) | 36.7º | 0.69% | 0.59% | - |
| XYZ | 18.67 | 17.84 | 5.15 | - |
| YUV | 114.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 47 | 0 | 0.27 | 0.69 | 0.41 | 36.7 | 0.52 | 0.39 |
| Hex | 96 | 6E | 2F | 0 | 1B | 45 | 29 | 25 | 34 | 27 |
| Octal | 226 | 156 | 57 | 0 | 33 | 105 | 51 | 45 | 64 | 47 |
| Binary | 10010110 | 1101110 | 101111 | 0 | 11011 | 1000101 | 101001 | 100101 | 110100 | 100111 |
Color Harmonies of #966E2F
Complementary color
Monochromatic Colors of #966E2F
Black with #966E2F
Text Example
Text Example
White with #966E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E2F; }
p { color: rgb(150,110,47); }
H1.HeaderClassName
{
color: #966E2F;
}
.AnyTagClassName
{
color: #966E2F;
}
</style>
background-color css
<style>
a { background-color: #966E2F; }
a { background-color: rgb(150,110,47); }
div.DivClassName
{
background-color: #966E2F;
}
.BgClassName
{
background-color: #966E2F;
}
</style>
border-color css
<style>
span { border-color: #966E2F; }
span { border-color: rgb(150,110,47); }
td.TdClassName
{
border-color: #966E2F;
}
.TagClassName
{
border-color: #966E2F;
}
</style>