Shades of Buttered Rum #996B2F
Tints of Buttered Rum #996B2F
RGB
CMYK
RGB Variations
Color information
#996B2F (or 0x996B2F) is known color: Buttered Rum. HEX triplet: 99, 6B and 2F. RGB value is (153,107,47). Sum of RGB (Red+Green+Blue) = 153+107+47=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B2F is #6694D0. Grayscale: #727272. Windows color (decimal): -6722769 or 3107737. OLE color: 3107737.
HSL color Cylindrical-coordinate representation of color #996B2F: hue angle of 33.96º 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 #996B2F is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 47 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.4 |
| HSL | 33.96º | 0.53% | 0.39% | - |
| HSV(B) | 33.96º | 0.69% | 0.6% | - |
| XYZ | 18.91 | 17.49 | 5.07 | - |
| YUV | 113.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 47 | 0 | 0.30 | 0.69 | 0.4 | 33.96 | 0.53 | 0.39 |
| Hex | 99 | 6B | 2F | 0 | 1E | 45 | 28 | 22 | 35 | 27 |
| Octal | 231 | 153 | 57 | 0 | 36 | 105 | 50 | 42 | 65 | 47 |
| Binary | 10011001 | 1101011 | 101111 | 0 | 11110 | 1000101 | 101000 | 100010 | 110101 | 100111 |
Color Harmonies of #996B2F
Complementary color
Monochromatic Colors of #996B2F
Black with #996B2F
Text Example
Text Example
White with #996B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B2F; }
p { color: rgb(153,107,47); }
H1.HeaderClassName
{
color: #996B2F;
}
.AnyTagClassName
{
color: #996B2F;
}
</style>
background-color css
<style>
a { background-color: #996B2F; }
a { background-color: rgb(153,107,47); }
div.DivClassName
{
background-color: #996B2F;
}
.BgClassName
{
background-color: #996B2F;
}
</style>
border-color css
<style>
span { border-color: #996B2F; }
span { border-color: rgb(153,107,47); }
td.TdClassName
{
border-color: #996B2F;
}
.TagClassName
{
border-color: #996B2F;
}
</style>