Shades of Buttered Rum #99792F
Tints of Buttered Rum #99792F
RGB
CMYK
RGB Variations
Color information
#99792F (or 0x99792F) is known color: Buttered Rum. HEX triplet: 99, 79 and 2F. RGB value is (153,121,47). Sum of RGB (Red+Green+Blue) = 153+121+47=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #99792F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99792F is #6686D0. Grayscale: #7A7A7A. Windows color (decimal): -6719185 or 3111321. OLE color: 3111321.
HSL color Cylindrical-coordinate representation of color #99792F: hue angle of 41.89º 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 #99792F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 47 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.4 |
| HSL | 41.89º | 0.53% | 0.39% | - |
| HSV(B) | 41.89º | 0.69% | 0.6% | - |
| XYZ | 20.49 | 20.65 | 5.6 | - |
| YUV | 122.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 47 | 0 | 0.21 | 0.69 | 0.4 | 41.89 | 0.53 | 0.39 |
| Hex | 99 | 79 | 2F | 0 | 15 | 45 | 28 | 2A | 35 | 27 |
| Octal | 231 | 171 | 57 | 0 | 25 | 105 | 50 | 52 | 65 | 47 |
| Binary | 10011001 | 1111001 | 101111 | 0 | 10101 | 1000101 | 101000 | 101010 | 110101 | 100111 |
Color Harmonies of #99792F
Complementary color
Monochromatic Colors of #99792F
Black with #99792F
Text Example
Text Example
White with #99792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99792F; }
p { color: rgb(153,121,47); }
H1.HeaderClassName
{
color: #99792F;
}
.AnyTagClassName
{
color: #99792F;
}
</style>
background-color css
<style>
a { background-color: #99792F; }
a { background-color: rgb(153,121,47); }
div.DivClassName
{
background-color: #99792F;
}
.BgClassName
{
background-color: #99792F;
}
</style>
border-color css
<style>
span { border-color: #99792F; }
span { border-color: rgb(153,121,47); }
td.TdClassName
{
border-color: #99792F;
}
.TagClassName
{
border-color: #99792F;
}
</style>