Shades of Buttered Rum #99783F
Tints of Buttered Rum #99783F
RGB
CMYK
RGB Variations
Color information
#99783F (or 0x99783F) is known color: Buttered Rum. HEX triplet: 99, 78 and 3F. RGB value is (153,120,63). Sum of RGB (Red+Green+Blue) = 153+120+63=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99783F is #6687C0. Grayscale: #7B7B7B. Windows color (decimal): -6719425 or 4159641. OLE color: 4159641.
HSL color Cylindrical-coordinate representation of color #99783F: hue angle of 38º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99783F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 63 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.4 |
| HSL | 38º | 0.42% | 0.42% | - |
| HSV(B) | 38º | 0.59% | 0.6% | - |
| XYZ | 20.75 | 20.56 | 7.58 | - |
| YUV | 123.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 63 | 0 | 0.22 | 0.59 | 0.4 | 38 | 0.42 | 0.42 |
| Hex | 99 | 78 | 3F | 0 | 16 | 3B | 28 | 26 | 2A | 2A |
| Octal | 231 | 170 | 77 | 0 | 26 | 73 | 50 | 46 | 52 | 52 |
| Binary | 10011001 | 1111000 | 111111 | 0 | 10110 | 111011 | 101000 | 100110 | 101010 | 101010 |
Color Harmonies of #99783F
Complementary color
Monochromatic Colors of #99783F
Black with #99783F
Text Example
Text Example
White with #99783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99783F; }
p { color: rgb(153,120,63); }
H1.HeaderClassName
{
color: #99783F;
}
.AnyTagClassName
{
color: #99783F;
}
</style>
background-color css
<style>
a { background-color: #99783F; }
a { background-color: rgb(153,120,63); }
div.DivClassName
{
background-color: #99783F;
}
.BgClassName
{
background-color: #99783F;
}
</style>
border-color css
<style>
span { border-color: #99783F; }
span { border-color: rgb(153,120,63); }
td.TdClassName
{
border-color: #99783F;
}
.TagClassName
{
border-color: #99783F;
}
</style>