Shades of Buttered Rum #996F25
Tints of Buttered Rum #996F25
RGB
CMYK
RGB Variations
Color information
#996F25 (or 0x996F25) is known color: Buttered Rum. HEX triplet: 99, 6F and 25. RGB value is (153,111,37). Sum of RGB (Red+Green+Blue) = 153+111+37=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F25 is #6690DA. Grayscale: #737373. Windows color (decimal): -6721755 or 2453401. OLE color: 2453401.
HSL color Cylindrical-coordinate representation of color #996F25: hue angle of 38.28º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #996F25 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 37 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.4 |
| HSL | 38.28º | 0.61% | 0.37% | - |
| HSV(B) | 38.28º | 0.76% | 0.6% | - |
| XYZ | 19.16 | 18.27 | 4.27 | - |
| YUV | 115.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 37 | 0 | 0.27 | 0.76 | 0.4 | 38.28 | 0.61 | 0.37 |
| Hex | 99 | 6F | 25 | 0 | 1B | 4C | 28 | 26 | 3D | 25 |
| Octal | 231 | 157 | 45 | 0 | 33 | 114 | 50 | 46 | 75 | 45 |
| Binary | 10011001 | 1101111 | 100101 | 0 | 11011 | 1001100 | 101000 | 100110 | 111101 | 100101 |
Color Harmonies of #996F25
Complementary color
Monochromatic Colors of #996F25
Black with #996F25
Text Example
Text Example
White with #996F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F25; }
p { color: rgb(153,111,37); }
H1.HeaderClassName
{
color: #996F25;
}
.AnyTagClassName
{
color: #996F25;
}
</style>
background-color css
<style>
a { background-color: #996F25; }
a { background-color: rgb(153,111,37); }
div.DivClassName
{
background-color: #996F25;
}
.BgClassName
{
background-color: #996F25;
}
</style>
border-color css
<style>
span { border-color: #996F25; }
span { border-color: rgb(153,111,37); }
td.TdClassName
{
border-color: #996F25;
}
.TagClassName
{
border-color: #996F25;
}
</style>