Shades of Buttered Rum #99702F
Tints of Buttered Rum #99702F
RGB
CMYK
RGB Variations
Color information
#99702F (or 0x99702F) is known color: Buttered Rum. HEX triplet: 99, 70 and 2F. RGB value is (153,112,47). Sum of RGB (Red+Green+Blue) = 153+112+47=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99702F is #668FD0. Grayscale: #757575. Windows color (decimal): -6721489 or 3109017. OLE color: 3109017.
HSL color Cylindrical-coordinate representation of color #99702F: hue angle of 36.79º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99702F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 47 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.4 |
| HSL | 36.79º | 0.53% | 0.39% | - |
| HSV(B) | 36.79º | 0.69% | 0.6% | - |
| XYZ | 19.44 | 18.57 | 5.25 | - |
| YUV | 116.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 47 | 0 | 0.27 | 0.69 | 0.4 | 36.79 | 0.53 | 0.39 |
| Hex | 99 | 70 | 2F | 0 | 1B | 45 | 28 | 25 | 35 | 27 |
| Octal | 231 | 160 | 57 | 0 | 33 | 105 | 50 | 45 | 65 | 47 |
| Binary | 10011001 | 1110000 | 101111 | 0 | 11011 | 1000101 | 101000 | 100101 | 110101 | 100111 |
Color Harmonies of #99702F
Complementary color
Monochromatic Colors of #99702F
Black with #99702F
Text Example
Text Example
White with #99702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99702F; }
p { color: rgb(153,112,47); }
H1.HeaderClassName
{
color: #99702F;
}
.AnyTagClassName
{
color: #99702F;
}
</style>
background-color css
<style>
a { background-color: #99702F; }
a { background-color: rgb(153,112,47); }
div.DivClassName
{
background-color: #99702F;
}
.BgClassName
{
background-color: #99702F;
}
</style>
border-color css
<style>
span { border-color: #99702F; }
span { border-color: rgb(153,112,47); }
td.TdClassName
{
border-color: #99702F;
}
.TagClassName
{
border-color: #99702F;
}
</style>