Shades of Buttered Rum #996B39
Tints of Buttered Rum #996B39
RGB
CMYK
RGB Variations
Color information
#996B39 (or 0x996B39) is known color: Buttered Rum. HEX triplet: 99, 6B and 39. RGB value is (153,107,57). Sum of RGB (Red+Green+Blue) = 153+107+57=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #996B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B39 is #6694C6. Grayscale: #737373. Windows color (decimal): -6722759 or 3763097. OLE color: 3763097.
HSL color Cylindrical-coordinate representation of color #996B39: hue angle of 31.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #996B39 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 57 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.4 |
| HSL | 31.25º | 0.46% | 0.41% | - |
| HSV(B) | 31.25º | 0.63% | 0.6% | - |
| XYZ | 19.13 | 17.58 | 6.26 | - |
| YUV | 115.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 57 | 0 | 0.30 | 0.63 | 0.4 | 31.25 | 0.46 | 0.41 |
| Hex | 99 | 6B | 39 | 0 | 1E | 3F | 28 | 1F | 2E | 29 |
| Octal | 231 | 153 | 71 | 0 | 36 | 77 | 50 | 37 | 56 | 51 |
| Binary | 10011001 | 1101011 | 111001 | 0 | 11110 | 111111 | 101000 | 11111 | 101110 | 101001 |
Color Harmonies of #996B39
Complementary color
Monochromatic Colors of #996B39
Black with #996B39
Text Example
Text Example
White with #996B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B39; }
p { color: rgb(153,107,57); }
H1.HeaderClassName
{
color: #996B39;
}
.AnyTagClassName
{
color: #996B39;
}
</style>
background-color css
<style>
a { background-color: #996B39; }
a { background-color: rgb(153,107,57); }
div.DivClassName
{
background-color: #996B39;
}
.BgClassName
{
background-color: #996B39;
}
</style>
border-color css
<style>
span { border-color: #996B39; }
span { border-color: rgb(153,107,57); }
td.TdClassName
{
border-color: #996B39;
}
.TagClassName
{
border-color: #996B39;
}
</style>