Shades of Buttered Rum #99783B
Tints of Buttered Rum #99783B
RGB
CMYK
RGB Variations
Color information
#99783B (or 0x99783B) is known color: Buttered Rum. HEX triplet: 99, 78 and 3B. RGB value is (153,120,59). Sum of RGB (Red+Green+Blue) = 153+120+59=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99783B is #6687C4. Grayscale: #7B7B7B. Windows color (decimal): -6719429 or 3897497. OLE color: 3897497.
HSL color Cylindrical-coordinate representation of color #99783B: hue angle of 38.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99783B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 59 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.4 |
| HSL | 38.94º | 0.44% | 0.42% | - |
| HSV(B) | 38.94º | 0.61% | 0.6% | - |
| XYZ | 20.64 | 20.52 | 7.01 | - |
| YUV | 122.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 59 | 0 | 0.22 | 0.61 | 0.4 | 38.94 | 0.44 | 0.42 |
| Hex | 99 | 78 | 3B | 0 | 16 | 3D | 28 | 27 | 2C | 2A |
| Octal | 231 | 170 | 73 | 0 | 26 | 75 | 50 | 47 | 54 | 52 |
| Binary | 10011001 | 1111000 | 111011 | 0 | 10110 | 111101 | 101000 | 100111 | 101100 | 101010 |
Color Harmonies of #99783B
Complementary color
Monochromatic Colors of #99783B
Black with #99783B
Text Example
Text Example
White with #99783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99783B; }
p { color: rgb(153,120,59); }
H1.HeaderClassName
{
color: #99783B;
}
.AnyTagClassName
{
color: #99783B;
}
</style>
background-color css
<style>
a { background-color: #99783B; }
a { background-color: rgb(153,120,59); }
div.DivClassName
{
background-color: #99783B;
}
.BgClassName
{
background-color: #99783B;
}
</style>
border-color css
<style>
span { border-color: #99783B; }
span { border-color: rgb(153,120,59); }
td.TdClassName
{
border-color: #99783B;
}
.TagClassName
{
border-color: #99783B;
}
</style>