Shades of Buttered Rum #967030
Tints of Buttered Rum #967030
RGB
CMYK
RGB Variations
Color information
#967030 (or 0x967030) is known color: Buttered Rum. HEX triplet: 96, 70 and 30. RGB value is (150,112,48). Sum of RGB (Red+Green+Blue) = 150+112+48=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967030 is #698FCF. Grayscale: #747474. Windows color (decimal): -6918096 or 3174550. OLE color: 3174550.
HSL color Cylindrical-coordinate representation of color #967030: hue angle of 37.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #967030 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 48 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.41 |
| HSL | 37.65º | 0.52% | 0.39% | - |
| HSV(B) | 37.65º | 0.68% | 0.59% | - |
| XYZ | 18.91 | 18.29 | 5.33 | - |
| YUV | 116.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 48 | 0 | 0.25 | 0.68 | 0.41 | 37.65 | 0.52 | 0.39 |
| Hex | 96 | 70 | 30 | 0 | 19 | 44 | 29 | 26 | 34 | 27 |
| Octal | 226 | 160 | 60 | 0 | 31 | 104 | 51 | 46 | 64 | 47 |
| Binary | 10010110 | 1110000 | 110000 | 0 | 11001 | 1000100 | 101001 | 100110 | 110100 | 100111 |
Color Harmonies of #967030
Complementary color
Monochromatic Colors of #967030
Black with #967030
Text Example
Text Example
White with #967030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967030; }
p { color: rgb(150,112,48); }
H1.HeaderClassName
{
color: #967030;
}
.AnyTagClassName
{
color: #967030;
}
</style>
background-color css
<style>
a { background-color: #967030; }
a { background-color: rgb(150,112,48); }
div.DivClassName
{
background-color: #967030;
}
.BgClassName
{
background-color: #967030;
}
</style>
border-color css
<style>
span { border-color: #967030; }
span { border-color: rgb(150,112,48); }
td.TdClassName
{
border-color: #967030;
}
.TagClassName
{
border-color: #967030;
}
</style>