Shades of Buttered Rum #936A30
Tints of Buttered Rum #936A30
RGB
CMYK
RGB Variations
Color information
#936A30 (or 0x936A30) is known color: Buttered Rum. HEX triplet: 93, 6A and 30. RGB value is (147,106,48). Sum of RGB (Red+Green+Blue) = 147+106+48=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #936A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A30 is #6C95CF. Grayscale: #6F6F6F. Windows color (decimal): -7116240 or 3173011. OLE color: 3173011.
HSL color Cylindrical-coordinate representation of color #936A30: hue angle of 35.15º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936A30 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 48 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.42 |
| HSL | 35.15º | 0.51% | 0.38% | - |
| HSV(B) | 35.15º | 0.67% | 0.58% | - |
| XYZ | 17.72 | 16.72 | 5.09 | - |
| YUV | 111.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 48 | 0 | 0.28 | 0.67 | 0.42 | 35.15 | 0.51 | 0.38 |
| Hex | 93 | 6A | 30 | 0 | 1C | 43 | 2A | 23 | 33 | 26 |
| Octal | 223 | 152 | 60 | 0 | 34 | 103 | 52 | 43 | 63 | 46 |
| Binary | 10010011 | 1101010 | 110000 | 0 | 11100 | 1000011 | 101010 | 100011 | 110011 | 100110 |
Color Harmonies of #936A30
Complementary color
Monochromatic Colors of #936A30
Black with #936A30
Text Example
Text Example
White with #936A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A30; }
p { color: rgb(147,106,48); }
H1.HeaderClassName
{
color: #936A30;
}
.AnyTagClassName
{
color: #936A30;
}
</style>
background-color css
<style>
a { background-color: #936A30; }
a { background-color: rgb(147,106,48); }
div.DivClassName
{
background-color: #936A30;
}
.BgClassName
{
background-color: #936A30;
}
</style>
border-color css
<style>
span { border-color: #936A30; }
span { border-color: rgb(147,106,48); }
td.TdClassName
{
border-color: #936A30;
}
.TagClassName
{
border-color: #936A30;
}
</style>