Shades of Buttered Rum #946930
Tints of Buttered Rum #946930
RGB
CMYK
RGB Variations
Color information
#946930 (or 0x946930) is known color: Buttered Rum. HEX triplet: 94, 69 and 30. RGB value is (148,105,48). Sum of RGB (Red+Green+Blue) = 148+105+48=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #946930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946930 is #6B96CF. Grayscale: #6F6F6F. Windows color (decimal): -7050960 or 3172756. OLE color: 3172756.
HSL color Cylindrical-coordinate representation of color #946930: hue angle of 34.2º degrees, saturation: 0.51, 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 #946930 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 48 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.42 |
| HSL | 34.2º | 0.51% | 0.38% | - |
| HSV(B) | 34.2º | 0.68% | 0.58% | - |
| XYZ | 17.8 | 16.61 | 5.06 | - |
| YUV | 111.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 48 | 0 | 0.29 | 0.68 | 0.42 | 34.2 | 0.51 | 0.38 |
| Hex | 94 | 69 | 30 | 0 | 1D | 44 | 2A | 22 | 33 | 26 |
| Octal | 224 | 151 | 60 | 0 | 35 | 104 | 52 | 42 | 63 | 46 |
| Binary | 10010100 | 1101001 | 110000 | 0 | 11101 | 1000100 | 101010 | 100010 | 110011 | 100110 |
Color Harmonies of #946930
Complementary color
Monochromatic Colors of #946930
Black with #946930
Text Example
Text Example
White with #946930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946930; }
p { color: rgb(148,105,48); }
H1.HeaderClassName
{
color: #946930;
}
.AnyTagClassName
{
color: #946930;
}
</style>
background-color css
<style>
a { background-color: #946930; }
a { background-color: rgb(148,105,48); }
div.DivClassName
{
background-color: #946930;
}
.BgClassName
{
background-color: #946930;
}
</style>
border-color css
<style>
span { border-color: #946930; }
span { border-color: rgb(148,105,48); }
td.TdClassName
{
border-color: #946930;
}
.TagClassName
{
border-color: #946930;
}
</style>