Shades of Buttered Rum #96773D
Tints of Buttered Rum #96773D
RGB
CMYK
RGB Variations
Color information
#96773D (or 0x96773D) is known color: Buttered Rum. HEX triplet: 96, 77 and 3D. RGB value is (150,119,61). Sum of RGB (Red+Green+Blue) = 150+119+61=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96773D is #6988C2. Grayscale: #797979. Windows color (decimal): -6916291 or 4028310. OLE color: 4028310.
HSL color Cylindrical-coordinate representation of color #96773D: hue angle of 39.1º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96773D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 61 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.41 |
| HSL | 39.1º | 0.42% | 0.41% | - |
| HSV(B) | 39.1º | 0.59% | 0.59% | - |
| XYZ | 20.02 | 20.01 | 7.22 | - |
| YUV | 121.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 61 | 0 | 0.21 | 0.59 | 0.41 | 39.1 | 0.42 | 0.41 |
| Hex | 96 | 77 | 3D | 0 | 15 | 3B | 29 | 27 | 2A | 29 |
| Octal | 226 | 167 | 75 | 0 | 25 | 73 | 51 | 47 | 52 | 51 |
| Binary | 10010110 | 1110111 | 111101 | 0 | 10101 | 111011 | 101001 | 100111 | 101010 | 101001 |
Color Harmonies of #96773D
Complementary color
Monochromatic Colors of #96773D
Black with #96773D
Text Example
Text Example
White with #96773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96773D; }
p { color: rgb(150,119,61); }
H1.HeaderClassName
{
color: #96773D;
}
.AnyTagClassName
{
color: #96773D;
}
</style>
background-color css
<style>
a { background-color: #96773D; }
a { background-color: rgb(150,119,61); }
div.DivClassName
{
background-color: #96773D;
}
.BgClassName
{
background-color: #96773D;
}
</style>
border-color css
<style>
span { border-color: #96773D; }
span { border-color: rgb(150,119,61); }
td.TdClassName
{
border-color: #96773D;
}
.TagClassName
{
border-color: #96773D;
}
</style>