Shades of Buttered Rum #96753C
Tints of Buttered Rum #96753C
RGB
CMYK
RGB Variations
Color information
#96753C (or 0x96753C) is known color: Buttered Rum. HEX triplet: 96, 75 and 3C. RGB value is (150,117,60). Sum of RGB (Red+Green+Blue) = 150+117+60=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96753C is #698AC3. Grayscale: #787878. Windows color (decimal): -6916804 or 3962262. OLE color: 3962262.
HSL color Cylindrical-coordinate representation of color #96753C: hue angle of 38º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96753C is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 60 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.41 |
| HSL | 38º | 0.43% | 0.41% | - |
| HSV(B) | 38º | 0.6% | 0.59% | - |
| XYZ | 19.75 | 19.53 | 7 | - |
| YUV | 120.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 60 | 0 | 0.22 | 0.6 | 0.41 | 38 | 0.43 | 0.41 |
| Hex | 96 | 75 | 3C | 0 | 16 | 3C | 29 | 26 | 2B | 29 |
| Octal | 226 | 165 | 74 | 0 | 26 | 74 | 51 | 46 | 53 | 51 |
| Binary | 10010110 | 1110101 | 111100 | 0 | 10110 | 111100 | 101001 | 100110 | 101011 | 101001 |
Color Harmonies of #96753C
Complementary color
Monochromatic Colors of #96753C
Black with #96753C
Text Example
Text Example
White with #96753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96753C; }
p { color: rgb(150,117,60); }
H1.HeaderClassName
{
color: #96753C;
}
.AnyTagClassName
{
color: #96753C;
}
</style>
background-color css
<style>
a { background-color: #96753C; }
a { background-color: rgb(150,117,60); }
div.DivClassName
{
background-color: #96753C;
}
.BgClassName
{
background-color: #96753C;
}
</style>
border-color css
<style>
span { border-color: #96753C; }
span { border-color: rgb(150,117,60); }
td.TdClassName
{
border-color: #96753C;
}
.TagClassName
{
border-color: #96753C;
}
</style>