Shades of Buttered Rum #9B783C
Tints of Buttered Rum #9B783C
RGB
CMYK
RGB Variations
Color information
#9B783C (or 0x9B783C) is known color: Buttered Rum. HEX triplet: 9B, 78 and 3C. RGB value is (155,120,60). Sum of RGB (Red+Green+Blue) = 155+120+60=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B783C is #6487C3. Grayscale: #7B7B7B. Windows color (decimal): -6588356 or 3963035. OLE color: 3963035.
HSL color Cylindrical-coordinate representation of color #9B783C: hue angle of 37.89º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B783C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 60 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.39 |
| HSL | 37.89º | 0.44% | 0.42% | - |
| HSV(B) | 37.89º | 0.61% | 0.61% | - |
| XYZ | 21.05 | 20.73 | 7.17 | - |
| YUV | 123.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 60 | 0 | 0.23 | 0.61 | 0.39 | 37.89 | 0.44 | 0.42 |
| Hex | 9B | 78 | 3C | 0 | 17 | 3D | 27 | 26 | 2C | 2A |
| Octal | 233 | 170 | 74 | 0 | 27 | 75 | 47 | 46 | 54 | 52 |
| Binary | 10011011 | 1111000 | 111100 | 0 | 10111 | 111101 | 100111 | 100110 | 101100 | 101010 |
Color Harmonies of #9B783C
Complementary color
Monochromatic Colors of #9B783C
Black with #9B783C
Text Example
Text Example
White with #9B783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B783C; }
p { color: rgb(155,120,60); }
H1.HeaderClassName
{
color: #9B783C;
}
.AnyTagClassName
{
color: #9B783C;
}
</style>
background-color css
<style>
a { background-color: #9B783C; }
a { background-color: rgb(155,120,60); }
div.DivClassName
{
background-color: #9B783C;
}
.BgClassName
{
background-color: #9B783C;
}
</style>
border-color css
<style>
span { border-color: #9B783C; }
span { border-color: rgb(155,120,60); }
td.TdClassName
{
border-color: #9B783C;
}
.TagClassName
{
border-color: #9B783C;
}
</style>