Shades of Buttered Rum #99662B
Tints of Buttered Rum #99662B
RGB
CMYK
RGB Variations
Color information
#99662B (or 0x99662B) is known color: Buttered Rum. HEX triplet: 99, 66 and 2B. RGB value is (153,102,43). Sum of RGB (Red+Green+Blue) = 153+102+43=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99662B is #6699D4. Grayscale: #6E6E6E. Windows color (decimal): -6724053 or 2844313. OLE color: 2844313.
HSL color Cylindrical-coordinate representation of color #99662B: hue angle of 32.18º 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 #99662B is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 43 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.4 |
| HSL | 32.18º | 0.56% | 0.38% | - |
| HSV(B) | 32.18º | 0.72% | 0.6% | - |
| XYZ | 18.32 | 16.45 | 4.49 | - |
| YUV | 110.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 43 | 0 | 0.33 | 0.72 | 0.4 | 32.18 | 0.56 | 0.38 |
| Hex | 99 | 66 | 2B | 0 | 21 | 48 | 28 | 20 | 38 | 26 |
| Octal | 231 | 146 | 53 | 0 | 41 | 110 | 50 | 40 | 70 | 46 |
| Binary | 10011001 | 1100110 | 101011 | 0 | 100001 | 1001000 | 101000 | 100000 | 111000 | 100110 |
Color Harmonies of #99662B
Complementary color
Monochromatic Colors of #99662B
Black with #99662B
Text Example
Text Example
White with #99662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99662B; }
p { color: rgb(153,102,43); }
H1.HeaderClassName
{
color: #99662B;
}
.AnyTagClassName
{
color: #99662B;
}
</style>
background-color css
<style>
a { background-color: #99662B; }
a { background-color: rgb(153,102,43); }
div.DivClassName
{
background-color: #99662B;
}
.BgClassName
{
background-color: #99662B;
}
</style>
border-color css
<style>
span { border-color: #99662B; }
span { border-color: rgb(153,102,43); }
td.TdClassName
{
border-color: #99662B;
}
.TagClassName
{
border-color: #99662B;
}
</style>