Shades of Buttered Rum #99692C
Tints of Buttered Rum #99692C
RGB
CMYK
RGB Variations
Color information
#99692C (or 0x99692C) is known color: Buttered Rum. HEX triplet: 99, 69 and 2C. RGB value is (153,105,44). Sum of RGB (Red+Green+Blue) = 153+105+44=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99692C is #6696D3. Grayscale: #707070. Windows color (decimal): -6723284 or 2910617. OLE color: 2910617.
HSL color Cylindrical-coordinate representation of color #99692C: hue angle of 33.58º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99692C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 44 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.4 |
| HSL | 33.58º | 0.55% | 0.39% | - |
| HSV(B) | 33.58º | 0.71% | 0.6% | - |
| XYZ | 18.64 | 17.06 | 4.69 | - |
| YUV | 112.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 44 | 0 | 0.31 | 0.71 | 0.4 | 33.58 | 0.55 | 0.39 |
| Hex | 99 | 69 | 2C | 0 | 1F | 47 | 28 | 22 | 37 | 27 |
| Octal | 231 | 151 | 54 | 0 | 37 | 107 | 50 | 42 | 67 | 47 |
| Binary | 10011001 | 1101001 | 101100 | 0 | 11111 | 1000111 | 101000 | 100010 | 110111 | 100111 |
Color Harmonies of #99692C
Complementary color
Monochromatic Colors of #99692C
Black with #99692C
Text Example
Text Example
White with #99692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99692C; }
p { color: rgb(153,105,44); }
H1.HeaderClassName
{
color: #99692C;
}
.AnyTagClassName
{
color: #99692C;
}
</style>
background-color css
<style>
a { background-color: #99692C; }
a { background-color: rgb(153,105,44); }
div.DivClassName
{
background-color: #99692C;
}
.BgClassName
{
background-color: #99692C;
}
</style>
border-color css
<style>
span { border-color: #99692C; }
span { border-color: rgb(153,105,44); }
td.TdClassName
{
border-color: #99692C;
}
.TagClassName
{
border-color: #99692C;
}
</style>