Shades of Buttered Rum #996D38
Tints of Buttered Rum #996D38
RGB
CMYK
RGB Variations
Color information
#996D38 (or 0x996D38) is known color: Buttered Rum. HEX triplet: 99, 6D and 38. RGB value is (153,109,56). Sum of RGB (Red+Green+Blue) = 153+109+56=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #996D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D38 is #6692C7. Grayscale: #747474. Windows color (decimal): -6722248 or 3698073. OLE color: 3698073.
HSL color Cylindrical-coordinate representation of color #996D38: hue angle of 32.78º 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 #996D38 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 56 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.4 |
| HSL | 32.78º | 0.46% | 0.41% | - |
| HSV(B) | 32.78º | 0.63% | 0.6% | - |
| XYZ | 19.32 | 18 | 6.2 | - |
| YUV | 116.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 56 | 0 | 0.29 | 0.63 | 0.4 | 32.78 | 0.46 | 0.41 |
| Hex | 99 | 6D | 38 | 0 | 1D | 3F | 28 | 21 | 2E | 29 |
| Octal | 231 | 155 | 70 | 0 | 35 | 77 | 50 | 41 | 56 | 51 |
| Binary | 10011001 | 1101101 | 111000 | 0 | 11101 | 111111 | 101000 | 100001 | 101110 | 101001 |
Color Harmonies of #996D38
Complementary color
Monochromatic Colors of #996D38
Black with #996D38
Text Example
Text Example
White with #996D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D38; }
p { color: rgb(153,109,56); }
H1.HeaderClassName
{
color: #996D38;
}
.AnyTagClassName
{
color: #996D38;
}
</style>
background-color css
<style>
a { background-color: #996D38; }
a { background-color: rgb(153,109,56); }
div.DivClassName
{
background-color: #996D38;
}
.BgClassName
{
background-color: #996D38;
}
</style>
border-color css
<style>
span { border-color: #996D38; }
span { border-color: rgb(153,109,56); }
td.TdClassName
{
border-color: #996D38;
}
.TagClassName
{
border-color: #996D38;
}
</style>