Shades of Buttered Rum #996C2F
Tints of Buttered Rum #996C2F
RGB
CMYK
RGB Variations
Color information
#996C2F (or 0x996C2F) is known color: Buttered Rum. HEX triplet: 99, 6C and 2F. RGB value is (153,108,47). Sum of RGB (Red+Green+Blue) = 153+108+47=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #996C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C2F is #6693D0. Grayscale: #727272. Windows color (decimal): -6722513 or 3107993. OLE color: 3107993.
HSL color Cylindrical-coordinate representation of color #996C2F: hue angle of 34.53º 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 #996C2F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 47 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.4 |
| HSL | 34.53º | 0.53% | 0.39% | - |
| HSV(B) | 34.53º | 0.69% | 0.6% | - |
| XYZ | 19.01 | 17.7 | 5.1 | - |
| YUV | 114.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 47 | 0 | 0.29 | 0.69 | 0.4 | 34.53 | 0.53 | 0.39 |
| Hex | 99 | 6C | 2F | 0 | 1D | 45 | 28 | 23 | 35 | 27 |
| Octal | 231 | 154 | 57 | 0 | 35 | 105 | 50 | 43 | 65 | 47 |
| Binary | 10011001 | 1101100 | 101111 | 0 | 11101 | 1000101 | 101000 | 100011 | 110101 | 100111 |
Color Harmonies of #996C2F
Complementary color
Monochromatic Colors of #996C2F
Black with #996C2F
Text Example
Text Example
White with #996C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C2F; }
p { color: rgb(153,108,47); }
H1.HeaderClassName
{
color: #996C2F;
}
.AnyTagClassName
{
color: #996C2F;
}
</style>
background-color css
<style>
a { background-color: #996C2F; }
a { background-color: rgb(153,108,47); }
div.DivClassName
{
background-color: #996C2F;
}
.BgClassName
{
background-color: #996C2F;
}
</style>
border-color css
<style>
span { border-color: #996C2F; }
span { border-color: rgb(153,108,47); }
td.TdClassName
{
border-color: #996C2F;
}
.TagClassName
{
border-color: #996C2F;
}
</style>