Shades of Buttered Rum #966F3A
Tints of Buttered Rum #966F3A
RGB
CMYK
RGB Variations
Color information
#966F3A (or 0x966F3A) is known color: Buttered Rum. HEX triplet: 96, 6F and 3A. RGB value is (150,111,58). Sum of RGB (Red+Green+Blue) = 150+111+58=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F3A is #6990C5. Grayscale: #747474. Windows color (decimal): -6918342 or 3829654. OLE color: 3829654.
HSL color Cylindrical-coordinate representation of color #966F3A: hue angle of 34.57º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #966F3A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 111 | 58 | - |
CMYK | 0 | 0.26 | 0.61 | 0.41 |
HSL | 34.57º | 0.44% | 0.41% | - |
HSV(B) | 34.57º | 0.61% | 0.59% | - |
XYZ | 19.03 | 18.16 | 6.51 | - |
YUV | 116.62 | 94.92 | 151.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 111 | 58 | 0 | 0.26 | 0.61 | 0.41 | 34.57 | 0.44 | 0.41 |
Hex | 96 | 6F | 3A | 0 | 1A | 3D | 29 | 23 | 2C | 29 |
Octal | 226 | 157 | 72 | 0 | 32 | 75 | 51 | 43 | 54 | 51 |
Binary | 10010110 | 1101111 | 111010 | 0 | 11010 | 111101 | 101001 | 100011 | 101100 | 101001 |
Color Harmonies of #966F3A
Complementary color
Monochromatic Colors of #966F3A
Black with #966F3A
Text Example
Text Example
White with #966F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F3A; }
p { color: rgb(150,111,58); }
H1.HeaderClassName
{
color: #966F3A;
}
.AnyTagClassName
{
color: #966F3A;
}
</style>
background-color css
<style>
a { background-color: #966F3A; }
a { background-color: rgb(150,111,58); }
div.DivClassName
{
background-color: #966F3A;
}
.BgClassName
{
background-color: #966F3A;
}
</style>
border-color css
<style>
span { border-color: #966F3A; }
span { border-color: rgb(150,111,58); }
td.TdClassName
{
border-color: #966F3A;
}
.TagClassName
{
border-color: #966F3A;
}
</style>