Shades of Buttered Rum #96783B
Tints of Buttered Rum #96783B
RGB
CMYK
RGB Variations
Color information
#96783B (or 0x96783B) is known color: Buttered Rum. HEX triplet: 96, 78 and 3B. RGB value is (150,120,59). Sum of RGB (Red+Green+Blue) = 150+120+59=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96783B is #6987C4. Grayscale: #7A7A7A. Windows color (decimal): -6916037 or 3897494. OLE color: 3897494.
HSL color Cylindrical-coordinate representation of color #96783B: hue angle of 40.22º 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 #96783B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 59 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.41 |
| HSL | 40.22º | 0.44% | 0.41% | - |
| HSV(B) | 40.22º | 0.61% | 0.59% | - |
| XYZ | 20.08 | 20.23 | 6.98 | - |
| YUV | 122.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 59 | 0 | 0.20 | 0.61 | 0.41 | 40.22 | 0.44 | 0.41 |
| Hex | 96 | 78 | 3B | 0 | 14 | 3D | 29 | 28 | 2C | 29 |
| Octal | 226 | 170 | 73 | 0 | 24 | 75 | 51 | 50 | 54 | 51 |
| Binary | 10010110 | 1111000 | 111011 | 0 | 10100 | 111101 | 101001 | 101000 | 101100 | 101001 |
Color Harmonies of #96783B
Complementary color
Monochromatic Colors of #96783B
Black with #96783B
Text Example
Text Example
White with #96783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96783B; }
p { color: rgb(150,120,59); }
H1.HeaderClassName
{
color: #96783B;
}
.AnyTagClassName
{
color: #96783B;
}
</style>
background-color css
<style>
a { background-color: #96783B; }
a { background-color: rgb(150,120,59); }
div.DivClassName
{
background-color: #96783B;
}
.BgClassName
{
background-color: #96783B;
}
</style>
border-color css
<style>
span { border-color: #96783B; }
span { border-color: rgb(150,120,59); }
td.TdClassName
{
border-color: #96783B;
}
.TagClassName
{
border-color: #96783B;
}
</style>