Shades of Buttered Rum #96702B
Tints of Buttered Rum #96702B
RGB
CMYK
RGB Variations
Color information
#96702B (or 0x96702B) is known color: Buttered Rum. HEX triplet: 96, 70 and 2B. RGB value is (150,112,43). Sum of RGB (Red+Green+Blue) = 150+112+43=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96702B is #698FD4. Grayscale: #737373. Windows color (decimal): -6918101 or 2846870. OLE color: 2846870.
HSL color Cylindrical-coordinate representation of color #96702B: hue angle of 38.69º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96702B is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 43 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.41 |
| HSL | 38.69º | 0.55% | 0.38% | - |
| HSV(B) | 38.69º | 0.71% | 0.59% | - |
| XYZ | 18.81 | 18.25 | 4.82 | - |
| YUV | 115.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 43 | 0 | 0.25 | 0.71 | 0.41 | 38.69 | 0.55 | 0.38 |
| Hex | 96 | 70 | 2B | 0 | 19 | 47 | 29 | 27 | 37 | 26 |
| Octal | 226 | 160 | 53 | 0 | 31 | 107 | 51 | 47 | 67 | 46 |
| Binary | 10010110 | 1110000 | 101011 | 0 | 11001 | 1000111 | 101001 | 100111 | 110111 | 100110 |
Color Harmonies of #96702B
Complementary color
Monochromatic Colors of #96702B
Black with #96702B
Text Example
Text Example
White with #96702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96702B; }
p { color: rgb(150,112,43); }
H1.HeaderClassName
{
color: #96702B;
}
.AnyTagClassName
{
color: #96702B;
}
</style>
background-color css
<style>
a { background-color: #96702B; }
a { background-color: rgb(150,112,43); }
div.DivClassName
{
background-color: #96702B;
}
.BgClassName
{
background-color: #96702B;
}
</style>
border-color css
<style>
span { border-color: #96702B; }
span { border-color: rgb(150,112,43); }
td.TdClassName
{
border-color: #96702B;
}
.TagClassName
{
border-color: #96702B;
}
</style>