Shades of Buttered Rum #936A2F
Tints of Buttered Rum #936A2F
RGB
CMYK
RGB Variations
Color information
#936A2F (or 0x936A2F) is known color: Buttered Rum. HEX triplet: 93, 6A and 2F. RGB value is (147,106,47). Sum of RGB (Red+Green+Blue) = 147+106+47=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #936A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A2F is #6C95D0. Grayscale: #6F6F6F. Windows color (decimal): -7116241 or 3107475. OLE color: 3107475.
HSL color Cylindrical-coordinate representation of color #936A2F: hue angle of 35.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #936A2F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 47 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.42 |
| HSL | 35.4º | 0.52% | 0.38% | - |
| HSV(B) | 35.4º | 0.68% | 0.58% | - |
| XYZ | 17.7 | 16.72 | 4.98 | - |
| YUV | 111.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 47 | 0 | 0.28 | 0.68 | 0.42 | 35.4 | 0.52 | 0.38 |
| Hex | 93 | 6A | 2F | 0 | 1C | 44 | 2A | 23 | 34 | 26 |
| Octal | 223 | 152 | 57 | 0 | 34 | 104 | 52 | 43 | 64 | 46 |
| Binary | 10010011 | 1101010 | 101111 | 0 | 11100 | 1000100 | 101010 | 100011 | 110100 | 100110 |
Color Harmonies of #936A2F
Complementary color
Monochromatic Colors of #936A2F
Black with #936A2F
Text Example
Text Example
White with #936A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A2F; }
p { color: rgb(147,106,47); }
H1.HeaderClassName
{
color: #936A2F;
}
.AnyTagClassName
{
color: #936A2F;
}
</style>
background-color css
<style>
a { background-color: #936A2F; }
a { background-color: rgb(147,106,47); }
div.DivClassName
{
background-color: #936A2F;
}
.BgClassName
{
background-color: #936A2F;
}
</style>
border-color css
<style>
span { border-color: #936A2F; }
span { border-color: rgb(147,106,47); }
td.TdClassName
{
border-color: #936A2F;
}
.TagClassName
{
border-color: #936A2F;
}
</style>