Shades of Buttered Rum #99682B
Tints of Buttered Rum #99682B
RGB
CMYK
RGB Variations
Color information
#99682B (or 0x99682B) is known color: Buttered Rum. HEX triplet: 99, 68 and 2B. RGB value is (153,104,43). Sum of RGB (Red+Green+Blue) = 153+104+43=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99682B is #6697D4. Grayscale: #6F6F6F. Windows color (decimal): -6723541 or 2844825. OLE color: 2844825.
HSL color Cylindrical-coordinate representation of color #99682B: hue angle of 33.27º 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 #99682B is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 43 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.4 |
| HSL | 33.27º | 0.56% | 0.38% | - |
| HSV(B) | 33.27º | 0.72% | 0.6% | - |
| XYZ | 18.52 | 16.85 | 4.56 | - |
| YUV | 111.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 43 | 0 | 0.32 | 0.72 | 0.4 | 33.27 | 0.56 | 0.38 |
| Hex | 99 | 68 | 2B | 0 | 20 | 48 | 28 | 21 | 38 | 26 |
| Octal | 231 | 150 | 53 | 0 | 40 | 110 | 50 | 41 | 70 | 46 |
| Binary | 10011001 | 1101000 | 101011 | 0 | 100000 | 1001000 | 101000 | 100001 | 111000 | 100110 |
Color Harmonies of #99682B
Complementary color
Monochromatic Colors of #99682B
Black with #99682B
Text Example
Text Example
White with #99682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99682B; }
p { color: rgb(153,104,43); }
H1.HeaderClassName
{
color: #99682B;
}
.AnyTagClassName
{
color: #99682B;
}
</style>
background-color css
<style>
a { background-color: #99682B; }
a { background-color: rgb(153,104,43); }
div.DivClassName
{
background-color: #99682B;
}
.BgClassName
{
background-color: #99682B;
}
</style>
border-color css
<style>
span { border-color: #99682B; }
span { border-color: rgb(153,104,43); }
td.TdClassName
{
border-color: #99682B;
}
.TagClassName
{
border-color: #99682B;
}
</style>