Shades of Buttered Rum #96763A
Tints of Buttered Rum #96763A
RGB
CMYK
RGB Variations
Color information
#96763A (or 0x96763A) is known color: Buttered Rum. HEX triplet: 96, 76 and 3A. RGB value is (150,118,58). Sum of RGB (Red+Green+Blue) = 150+118+58=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96763A is #6989C5. Grayscale: #787878. Windows color (decimal): -6916550 or 3831446. OLE color: 3831446.
HSL color Cylindrical-coordinate representation of color #96763A: hue angle of 39.13º 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 #96763A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 58 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.41 |
| HSL | 39.13º | 0.44% | 0.41% | - |
| HSV(B) | 39.13º | 0.61% | 0.59% | - |
| XYZ | 19.82 | 19.75 | 6.77 | - |
| YUV | 120.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 58 | 0 | 0.21 | 0.61 | 0.41 | 39.13 | 0.44 | 0.41 |
| Hex | 96 | 76 | 3A | 0 | 15 | 3D | 29 | 27 | 2C | 29 |
| Octal | 226 | 166 | 72 | 0 | 25 | 75 | 51 | 47 | 54 | 51 |
| Binary | 10010110 | 1110110 | 111010 | 0 | 10101 | 111101 | 101001 | 100111 | 101100 | 101001 |
Color Harmonies of #96763A
Complementary color
Monochromatic Colors of #96763A
Black with #96763A
Text Example
Text Example
White with #96763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96763A; }
p { color: rgb(150,118,58); }
H1.HeaderClassName
{
color: #96763A;
}
.AnyTagClassName
{
color: #96763A;
}
</style>
background-color css
<style>
a { background-color: #96763A; }
a { background-color: rgb(150,118,58); }
div.DivClassName
{
background-color: #96763A;
}
.BgClassName
{
background-color: #96763A;
}
</style>
border-color css
<style>
span { border-color: #96763A; }
span { border-color: rgb(150,118,58); }
td.TdClassName
{
border-color: #96763A;
}
.TagClassName
{
border-color: #96763A;
}
</style>