Shades of Buttered Rum #946B2B
Tints of Buttered Rum #946B2B
RGB
CMYK
RGB Variations
Color information
#946B2B (or 0x946B2B) is known color: Buttered Rum. HEX triplet: 94, 6B and 2B. RGB value is (148,107,43). Sum of RGB (Red+Green+Blue) = 148+107+43=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #946B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B2B is #6B94D4. Grayscale: #707070. Windows color (decimal): -7050453 or 2845588. OLE color: 2845588.
HSL color Cylindrical-coordinate representation of color #946B2B: hue angle of 36.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #946B2B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 107 | 43 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.42 |
| HSL | 36.57º | 0.55% | 0.37% | - |
| HSV(B) | 36.57º | 0.71% | 0.58% | - |
| XYZ | 17.91 | 16.99 | 4.62 | - |
| YUV | 111.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 43 | 0 | 0.28 | 0.71 | 0.42 | 36.57 | 0.55 | 0.37 |
| Hex | 94 | 6B | 2B | 0 | 1C | 47 | 2A | 25 | 37 | 25 |
| Octal | 224 | 153 | 53 | 0 | 34 | 107 | 52 | 45 | 67 | 45 |
| Binary | 10010100 | 1101011 | 101011 | 0 | 11100 | 1000111 | 101010 | 100101 | 110111 | 100101 |
Color Harmonies of #946B2B
Complementary color
Monochromatic Colors of #946B2B
Black with #946B2B
Text Example
Text Example
White with #946B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946B2B; }
p { color: rgb(148,107,43); }
H1.HeaderClassName
{
color: #946B2B;
}
.AnyTagClassName
{
color: #946B2B;
}
</style>
background-color css
<style>
a { background-color: #946B2B; }
a { background-color: rgb(148,107,43); }
div.DivClassName
{
background-color: #946B2B;
}
.BgClassName
{
background-color: #946B2B;
}
</style>
border-color css
<style>
span { border-color: #946B2B; }
span { border-color: rgb(148,107,43); }
td.TdClassName
{
border-color: #946B2B;
}
.TagClassName
{
border-color: #946B2B;
}
</style>