Shades of Buttered Rum #9D6E2D
Tints of Buttered Rum #9D6E2D
RGB
CMYK
RGB Variations
Color information
#9D6E2D (or 0x9D6E2D) is known color: Buttered Rum. HEX triplet: 9D, 6E and 2D. RGB value is (157,110,45). Sum of RGB (Red+Green+Blue) = 157+110+45=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6E2D is #6291D2. Grayscale: #747474. Windows color (decimal): -6459859 or 2977437. OLE color: 2977437.
HSL color Cylindrical-coordinate representation of color #9D6E2D: hue angle of 34.82º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D6E2D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 110 | 45 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.38 |
| HSL | 34.82º | 0.55% | 0.4% | - |
| HSV(B) | 34.82º | 0.71% | 0.62% | - |
| XYZ | 19.95 | 18.51 | 5 | - |
| YUV | 116.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 45 | 0 | 0.30 | 0.71 | 0.38 | 34.82 | 0.55 | 0.4 |
| Hex | 9D | 6E | 2D | 0 | 1E | 47 | 26 | 23 | 37 | 28 |
| Octal | 235 | 156 | 55 | 0 | 36 | 107 | 46 | 43 | 67 | 50 |
| Binary | 10011101 | 1101110 | 101101 | 0 | 11110 | 1000111 | 100110 | 100011 | 110111 | 101000 |
Color Harmonies of #9D6E2D
Complementary color
Monochromatic Colors of #9D6E2D
Black with #9D6E2D
Text Example
Text Example
White with #9D6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6E2D; }
p { color: rgb(157,110,45); }
H1.HeaderClassName
{
color: #9D6E2D;
}
.AnyTagClassName
{
color: #9D6E2D;
}
</style>
background-color css
<style>
a { background-color: #9D6E2D; }
a { background-color: rgb(157,110,45); }
div.DivClassName
{
background-color: #9D6E2D;
}
.BgClassName
{
background-color: #9D6E2D;
}
</style>
border-color css
<style>
span { border-color: #9D6E2D; }
span { border-color: rgb(157,110,45); }
td.TdClassName
{
border-color: #9D6E2D;
}
.TagClassName
{
border-color: #9D6E2D;
}
</style>