Shades of Buttered Rum #996D3B
Tints of Buttered Rum #996D3B
RGB
CMYK
RGB Variations
Color information
#996D3B (or 0x996D3B) is known color: Buttered Rum. HEX triplet: 99, 6D and 3B. RGB value is (153,109,59). Sum of RGB (Red+Green+Blue) = 153+109+59=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D3B is #6692C4. Grayscale: #747474. Windows color (decimal): -6722245 or 3894681. OLE color: 3894681.
HSL color Cylindrical-coordinate representation of color #996D3B: hue angle of 31.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #996D3B is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 59 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.4 |
| HSL | 31.91º | 0.44% | 0.42% | - |
| HSV(B) | 31.91º | 0.61% | 0.6% | - |
| XYZ | 19.39 | 18.03 | 6.59 | - |
| YUV | 116.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 59 | 0 | 0.29 | 0.61 | 0.4 | 31.91 | 0.44 | 0.42 |
| Hex | 99 | 6D | 3B | 0 | 1D | 3D | 28 | 20 | 2C | 2A |
| Octal | 231 | 155 | 73 | 0 | 35 | 75 | 50 | 40 | 54 | 52 |
| Binary | 10011001 | 1101101 | 111011 | 0 | 11101 | 111101 | 101000 | 100000 | 101100 | 101010 |
Color Harmonies of #996D3B
Complementary color
Monochromatic Colors of #996D3B
Black with #996D3B
Text Example
Text Example
White with #996D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D3B; }
p { color: rgb(153,109,59); }
H1.HeaderClassName
{
color: #996D3B;
}
.AnyTagClassName
{
color: #996D3B;
}
</style>
background-color css
<style>
a { background-color: #996D3B; }
a { background-color: rgb(153,109,59); }
div.DivClassName
{
background-color: #996D3B;
}
.BgClassName
{
background-color: #996D3B;
}
</style>
border-color css
<style>
span { border-color: #996D3B; }
span { border-color: rgb(153,109,59); }
td.TdClassName
{
border-color: #996D3B;
}
.TagClassName
{
border-color: #996D3B;
}
</style>