Shades of Buttered Rum #966C2F
Tints of Buttered Rum #966C2F
RGB
CMYK
RGB Variations
Color information
#966C2F (or 0x966C2F) is known color: Buttered Rum. HEX triplet: 96, 6C and 2F. RGB value is (150,108,47). Sum of RGB (Red+Green+Blue) = 150+108+47=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #966C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C2F is #6993D0. Grayscale: #717171. Windows color (decimal): -6919121 or 3107990. OLE color: 3107990.
HSL color Cylindrical-coordinate representation of color #966C2F: hue angle of 35.53º 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 #966C2F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 47 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.41 |
| HSL | 35.53º | 0.52% | 0.39% | - |
| HSV(B) | 35.53º | 0.69% | 0.59% | - |
| XYZ | 18.45 | 17.41 | 5.08 | - |
| YUV | 113.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 47 | 0 | 0.28 | 0.69 | 0.41 | 35.53 | 0.52 | 0.39 |
| Hex | 96 | 6C | 2F | 0 | 1C | 45 | 29 | 24 | 34 | 27 |
| Octal | 226 | 154 | 57 | 0 | 34 | 105 | 51 | 44 | 64 | 47 |
| Binary | 10010110 | 1101100 | 101111 | 0 | 11100 | 1000101 | 101001 | 100100 | 110100 | 100111 |
Color Harmonies of #966C2F
Complementary color
Monochromatic Colors of #966C2F
Black with #966C2F
Text Example
Text Example
White with #966C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C2F; }
p { color: rgb(150,108,47); }
H1.HeaderClassName
{
color: #966C2F;
}
.AnyTagClassName
{
color: #966C2F;
}
</style>
background-color css
<style>
a { background-color: #966C2F; }
a { background-color: rgb(150,108,47); }
div.DivClassName
{
background-color: #966C2F;
}
.BgClassName
{
background-color: #966C2F;
}
</style>
border-color css
<style>
span { border-color: #966C2F; }
span { border-color: rgb(150,108,47); }
td.TdClassName
{
border-color: #966C2F;
}
.TagClassName
{
border-color: #966C2F;
}
</style>