Shades of Buttered Rum #936D35
Tints of Buttered Rum #936D35
RGB
CMYK
RGB Variations
Color information
#936D35 (or 0x936D35) is known color: Buttered Rum. HEX triplet: 93, 6D and 35. RGB value is (147,109,53). Sum of RGB (Red+Green+Blue) = 147+109+53=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #936D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936D35 is #6C92CA. Grayscale: #727272. Windows color (decimal): -7115467 or 3501459. OLE color: 3501459.
HSL color Cylindrical-coordinate representation of color #936D35: hue angle of 35.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #936D35 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 53 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.42 |
| HSL | 35.74º | 0.47% | 0.39% | - |
| HSV(B) | 35.74º | 0.64% | 0.58% | - |
| XYZ | 18.14 | 17.4 | 5.77 | - |
| YUV | 113.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 53 | 0 | 0.26 | 0.64 | 0.42 | 35.74 | 0.47 | 0.39 |
| Hex | 93 | 6D | 35 | 0 | 1A | 40 | 2A | 24 | 2F | 27 |
| Octal | 223 | 155 | 65 | 0 | 32 | 100 | 52 | 44 | 57 | 47 |
| Binary | 10010011 | 1101101 | 110101 | 0 | 11010 | 1000000 | 101010 | 100100 | 101111 | 100111 |
Color Harmonies of #936D35
Complementary color
Monochromatic Colors of #936D35
Black with #936D35
Text Example
Text Example
White with #936D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D35; }
p { color: rgb(147,109,53); }
H1.HeaderClassName
{
color: #936D35;
}
.AnyTagClassName
{
color: #936D35;
}
</style>
background-color css
<style>
a { background-color: #936D35; }
a { background-color: rgb(147,109,53); }
div.DivClassName
{
background-color: #936D35;
}
.BgClassName
{
background-color: #936D35;
}
</style>
border-color css
<style>
span { border-color: #936D35; }
span { border-color: rgb(147,109,53); }
td.TdClassName
{
border-color: #936D35;
}
.TagClassName
{
border-color: #936D35;
}
</style>