Shades of Buttered Rum #996C33
Tints of Buttered Rum #996C33
RGB
CMYK
RGB Variations
Color information
#996C33 (or 0x996C33) is known color: Buttered Rum. HEX triplet: 99, 6C and 33. RGB value is (153,108,51). Sum of RGB (Red+Green+Blue) = 153+108+51=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C33 is #6693CC. Grayscale: #737373. Windows color (decimal): -6722509 or 3370137. OLE color: 3370137.
HSL color Cylindrical-coordinate representation of color #996C33: hue angle of 33.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #996C33 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 51 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.4 |
| HSL | 33.53º | 0.5% | 0.4% | - |
| HSV(B) | 33.53º | 0.67% | 0.6% | - |
| XYZ | 19.1 | 17.74 | 5.55 | - |
| YUV | 114.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 51 | 0 | 0.29 | 0.67 | 0.4 | 33.53 | 0.5 | 0.4 |
| Hex | 99 | 6C | 33 | 0 | 1D | 43 | 28 | 22 | 32 | 28 |
| Octal | 231 | 154 | 63 | 0 | 35 | 103 | 50 | 42 | 62 | 50 |
| Binary | 10011001 | 1101100 | 110011 | 0 | 11101 | 1000011 | 101000 | 100010 | 110010 | 101000 |
Color Harmonies of #996C33
Complementary color
Monochromatic Colors of #996C33
Black with #996C33
Text Example
Text Example
White with #996C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C33; }
p { color: rgb(153,108,51); }
H1.HeaderClassName
{
color: #996C33;
}
.AnyTagClassName
{
color: #996C33;
}
</style>
background-color css
<style>
a { background-color: #996C33; }
a { background-color: rgb(153,108,51); }
div.DivClassName
{
background-color: #996C33;
}
.BgClassName
{
background-color: #996C33;
}
</style>
border-color css
<style>
span { border-color: #996C33; }
span { border-color: rgb(153,108,51); }
td.TdClassName
{
border-color: #996C33;
}
.TagClassName
{
border-color: #996C33;
}
</style>