Shades of Buttered Rum #966B2D
Tints of Buttered Rum #966B2D
RGB
CMYK
RGB Variations
Color information
#966B2D (or 0x966B2D) is known color: Buttered Rum. HEX triplet: 96, 6B and 2D. RGB value is (150,107,45). Sum of RGB (Red+Green+Blue) = 150+107+45=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B2D is #6994D2. Grayscale: #717171. Windows color (decimal): -6919379 or 2976662. OLE color: 2976662.
HSL color Cylindrical-coordinate representation of color #966B2D: hue angle of 35.43º 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 #966B2D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 45 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.41 |
| HSL | 35.43º | 0.54% | 0.38% | - |
| HSV(B) | 35.43º | 0.7% | 0.59% | - |
| XYZ | 18.31 | 17.19 | 4.84 | - |
| YUV | 112.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 45 | 0 | 0.29 | 0.70 | 0.41 | 35.43 | 0.54 | 0.38 |
| Hex | 96 | 6B | 2D | 0 | 1D | 46 | 29 | 23 | 36 | 26 |
| Octal | 226 | 153 | 55 | 0 | 35 | 106 | 51 | 43 | 66 | 46 |
| Binary | 10010110 | 1101011 | 101101 | 0 | 11101 | 1000110 | 101001 | 100011 | 110110 | 100110 |
Color Harmonies of #966B2D
Complementary color
Monochromatic Colors of #966B2D
Black with #966B2D
Text Example
Text Example
White with #966B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B2D; }
p { color: rgb(150,107,45); }
H1.HeaderClassName
{
color: #966B2D;
}
.AnyTagClassName
{
color: #966B2D;
}
</style>
background-color css
<style>
a { background-color: #966B2D; }
a { background-color: rgb(150,107,45); }
div.DivClassName
{
background-color: #966B2D;
}
.BgClassName
{
background-color: #966B2D;
}
</style>
border-color css
<style>
span { border-color: #966B2D; }
span { border-color: rgb(150,107,45); }
td.TdClassName
{
border-color: #966B2D;
}
.TagClassName
{
border-color: #966B2D;
}
</style>