Shades of Buttered Rum #9B783F
Tints of Buttered Rum #9B783F
RGB
CMYK
RGB Variations
Color information
#9B783F (or 0x9B783F) is known color: Buttered Rum. HEX triplet: 9B, 78 and 3F. RGB value is (155,120,63). Sum of RGB (Red+Green+Blue) = 155+120+63=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B783F is #6487C0. Grayscale: #7C7C7C. Windows color (decimal): -6588353 or 4159643. OLE color: 4159643.
HSL color Cylindrical-coordinate representation of color #9B783F: hue angle of 37.17º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B783F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 63 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.39 |
| HSL | 37.17º | 0.42% | 0.43% | - |
| HSV(B) | 37.17º | 0.59% | 0.61% | - |
| XYZ | 21.13 | 20.76 | 7.6 | - |
| YUV | 123.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 63 | 0 | 0.23 | 0.59 | 0.39 | 37.17 | 0.42 | 0.43 |
| Hex | 9B | 78 | 3F | 0 | 17 | 3B | 27 | 25 | 2A | 2B |
| Octal | 233 | 170 | 77 | 0 | 27 | 73 | 47 | 45 | 52 | 53 |
| Binary | 10011011 | 1111000 | 111111 | 0 | 10111 | 111011 | 100111 | 100101 | 101010 | 101011 |
Color Harmonies of #9B783F
Complementary color
Monochromatic Colors of #9B783F
Black with #9B783F
Text Example
Text Example
White with #9B783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B783F; }
p { color: rgb(155,120,63); }
H1.HeaderClassName
{
color: #9B783F;
}
.AnyTagClassName
{
color: #9B783F;
}
</style>
background-color css
<style>
a { background-color: #9B783F; }
a { background-color: rgb(155,120,63); }
div.DivClassName
{
background-color: #9B783F;
}
.BgClassName
{
background-color: #9B783F;
}
</style>
border-color css
<style>
span { border-color: #9B783F; }
span { border-color: rgb(155,120,63); }
td.TdClassName
{
border-color: #9B783F;
}
.TagClassName
{
border-color: #9B783F;
}
</style>