Shades of Buttered Rum #99742F
Tints of Buttered Rum #99742F
RGB
CMYK
RGB Variations
Color information
#99742F (or 0x99742F) is known color: Buttered Rum. HEX triplet: 99, 74 and 2F. RGB value is (153,116,47). Sum of RGB (Red+Green+Blue) = 153+116+47=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99742F is #668BD0. Grayscale: #777777. Windows color (decimal): -6720465 or 3110041. OLE color: 3110041.
HSL color Cylindrical-coordinate representation of color #99742F: hue angle of 39.06º 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 #99742F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 47 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.4 |
| HSL | 39.06º | 0.53% | 0.39% | - |
| HSV(B) | 39.06º | 0.69% | 0.6% | - |
| XYZ | 19.9 | 19.47 | 5.4 | - |
| YUV | 119.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 47 | 0 | 0.24 | 0.69 | 0.4 | 39.06 | 0.53 | 0.39 |
| Hex | 99 | 74 | 2F | 0 | 18 | 45 | 28 | 27 | 35 | 27 |
| Octal | 231 | 164 | 57 | 0 | 30 | 105 | 50 | 47 | 65 | 47 |
| Binary | 10011001 | 1110100 | 101111 | 0 | 11000 | 1000101 | 101000 | 100111 | 110101 | 100111 |
Color Harmonies of #99742F
Complementary color
Monochromatic Colors of #99742F
Black with #99742F
Text Example
Text Example
White with #99742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99742F; }
p { color: rgb(153,116,47); }
H1.HeaderClassName
{
color: #99742F;
}
.AnyTagClassName
{
color: #99742F;
}
</style>
background-color css
<style>
a { background-color: #99742F; }
a { background-color: rgb(153,116,47); }
div.DivClassName
{
background-color: #99742F;
}
.BgClassName
{
background-color: #99742F;
}
</style>
border-color css
<style>
span { border-color: #99742F; }
span { border-color: rgb(153,116,47); }
td.TdClassName
{
border-color: #99742F;
}
.TagClassName
{
border-color: #99742F;
}
</style>