Shades of Buttered Rum #99662F
Tints of Buttered Rum #99662F
RGB
CMYK
RGB Variations
Color information
#99662F (or 0x99662F) is known color: Buttered Rum. HEX triplet: 99, 66 and 2F. RGB value is (153,102,47). Sum of RGB (Red+Green+Blue) = 153+102+47=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99662F is #6699D0. Grayscale: #6F6F6F. Windows color (decimal): -6724049 or 3106457. OLE color: 3106457.
HSL color Cylindrical-coordinate representation of color #99662F: hue angle of 31.13º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99662F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 47 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.4 |
| HSL | 31.13º | 0.53% | 0.39% | - |
| HSV(B) | 31.13º | 0.69% | 0.6% | - |
| XYZ | 18.4 | 16.48 | 4.9 | - |
| YUV | 110.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 47 | 0 | 0.33 | 0.69 | 0.4 | 31.13 | 0.53 | 0.39 |
| Hex | 99 | 66 | 2F | 0 | 21 | 45 | 28 | 1F | 35 | 27 |
| Octal | 231 | 146 | 57 | 0 | 41 | 105 | 50 | 37 | 65 | 47 |
| Binary | 10011001 | 1100110 | 101111 | 0 | 100001 | 1000101 | 101000 | 11111 | 110101 | 100111 |
Color Harmonies of #99662F
Complementary color
Monochromatic Colors of #99662F
Black with #99662F
Text Example
Text Example
White with #99662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99662F; }
p { color: rgb(153,102,47); }
H1.HeaderClassName
{
color: #99662F;
}
.AnyTagClassName
{
color: #99662F;
}
</style>
background-color css
<style>
a { background-color: #99662F; }
a { background-color: rgb(153,102,47); }
div.DivClassName
{
background-color: #99662F;
}
.BgClassName
{
background-color: #99662F;
}
</style>
border-color css
<style>
span { border-color: #99662F; }
span { border-color: rgb(153,102,47); }
td.TdClassName
{
border-color: #99662F;
}
.TagClassName
{
border-color: #99662F;
}
</style>