Shades of Buttered Rum #966A2F
Tints of Buttered Rum #966A2F
RGB
CMYK
RGB Variations
Color information
#966A2F (or 0x966A2F) is known color: Buttered Rum. HEX triplet: 96, 6A and 2F. RGB value is (150,106,47). Sum of RGB (Red+Green+Blue) = 150+106+47=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A2F is #6995D0. Grayscale: #707070. Windows color (decimal): -6919633 or 3107478. OLE color: 3107478.
HSL color Cylindrical-coordinate representation of color #966A2F: hue angle of 34.37º 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 #966A2F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 47 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.41 |
| HSL | 34.37º | 0.52% | 0.39% | - |
| HSV(B) | 34.37º | 0.69% | 0.59% | - |
| XYZ | 18.24 | 17 | 5.01 | - |
| YUV | 112.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 47 | 0 | 0.29 | 0.69 | 0.41 | 34.37 | 0.52 | 0.39 |
| Hex | 96 | 6A | 2F | 0 | 1D | 45 | 29 | 22 | 34 | 27 |
| Octal | 226 | 152 | 57 | 0 | 35 | 105 | 51 | 42 | 64 | 47 |
| Binary | 10010110 | 1101010 | 101111 | 0 | 11101 | 1000101 | 101001 | 100010 | 110100 | 100111 |
Color Harmonies of #966A2F
Complementary color
Monochromatic Colors of #966A2F
Black with #966A2F
Text Example
Text Example
White with #966A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A2F; }
p { color: rgb(150,106,47); }
H1.HeaderClassName
{
color: #966A2F;
}
.AnyTagClassName
{
color: #966A2F;
}
</style>
background-color css
<style>
a { background-color: #966A2F; }
a { background-color: rgb(150,106,47); }
div.DivClassName
{
background-color: #966A2F;
}
.BgClassName
{
background-color: #966A2F;
}
</style>
border-color css
<style>
span { border-color: #966A2F; }
span { border-color: rgb(150,106,47); }
td.TdClassName
{
border-color: #966A2F;
}
.TagClassName
{
border-color: #966A2F;
}
</style>