Shades of Buttered Rum #996B2B
Tints of Buttered Rum #996B2B
RGB
CMYK
RGB Variations
Color information
#996B2B (or 0x996B2B) is known color: Buttered Rum. HEX triplet: 99, 6B and 2B. RGB value is (153,107,43). Sum of RGB (Red+Green+Blue) = 153+107+43=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B2B is #6694D4. Grayscale: #717171. Windows color (decimal): -6722773 or 2845593. OLE color: 2845593.
HSL color Cylindrical-coordinate representation of color #996B2B: hue angle of 34.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #996B2B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 43 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.4 |
| HSL | 34.91º | 0.56% | 0.38% | - |
| HSV(B) | 34.91º | 0.72% | 0.6% | - |
| XYZ | 18.83 | 17.46 | 4.66 | - |
| YUV | 113.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 43 | 0 | 0.30 | 0.72 | 0.4 | 34.91 | 0.56 | 0.38 |
| Hex | 99 | 6B | 2B | 0 | 1E | 48 | 28 | 23 | 38 | 26 |
| Octal | 231 | 153 | 53 | 0 | 36 | 110 | 50 | 43 | 70 | 46 |
| Binary | 10011001 | 1101011 | 101011 | 0 | 11110 | 1001000 | 101000 | 100011 | 111000 | 100110 |
Color Harmonies of #996B2B
Complementary color
Monochromatic Colors of #996B2B
Black with #996B2B
Text Example
Text Example
White with #996B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B2B; }
p { color: rgb(153,107,43); }
H1.HeaderClassName
{
color: #996B2B;
}
.AnyTagClassName
{
color: #996B2B;
}
</style>
background-color css
<style>
a { background-color: #996B2B; }
a { background-color: rgb(153,107,43); }
div.DivClassName
{
background-color: #996B2B;
}
.BgClassName
{
background-color: #996B2B;
}
</style>
border-color css
<style>
span { border-color: #996B2B; }
span { border-color: rgb(153,107,43); }
td.TdClassName
{
border-color: #996B2B;
}
.TagClassName
{
border-color: #996B2B;
}
</style>