Shades of Buttered Rum #946B34
Tints of Buttered Rum #946B34
RGB
CMYK
RGB Variations
Color information
#946B34 (or 0x946B34) is known color: Buttered Rum. HEX triplet: 94, 6B and 34. RGB value is (148,107,52). Sum of RGB (Red+Green+Blue) = 148+107+52=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #946B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B34 is #6B94CB. Grayscale: #717171. Windows color (decimal): -7050444 or 3435412. OLE color: 3435412.
HSL color Cylindrical-coordinate representation of color #946B34: hue angle of 34.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #946B34 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 52 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.42 |
| HSL | 34.38º | 0.48% | 0.39% | - |
| HSV(B) | 34.38º | 0.65% | 0.58% | - |
| XYZ | 18.09 | 17.06 | 5.59 | - |
| YUV | 112.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 52 | 0 | 0.28 | 0.65 | 0.42 | 34.38 | 0.48 | 0.39 |
| Hex | 94 | 6B | 34 | 0 | 1C | 41 | 2A | 22 | 30 | 27 |
| Octal | 224 | 153 | 64 | 0 | 34 | 101 | 52 | 42 | 60 | 47 |
| Binary | 10010100 | 1101011 | 110100 | 0 | 11100 | 1000001 | 101010 | 100010 | 110000 | 100111 |
Color Harmonies of #946B34
Complementary color
Monochromatic Colors of #946B34
Black with #946B34
Text Example
Text Example
White with #946B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B34; }
p { color: rgb(148,107,52); }
H1.HeaderClassName
{
color: #946B34;
}
.AnyTagClassName
{
color: #946B34;
}
</style>
background-color css
<style>
a { background-color: #946B34; }
a { background-color: rgb(148,107,52); }
div.DivClassName
{
background-color: #946B34;
}
.BgClassName
{
background-color: #946B34;
}
</style>
border-color css
<style>
span { border-color: #946B34; }
span { border-color: rgb(148,107,52); }
td.TdClassName
{
border-color: #946B34;
}
.TagClassName
{
border-color: #946B34;
}
</style>