Shades of Buttered Rum #9D6B2D
Tints of Buttered Rum #9D6B2D
RGB
CMYK
RGB Variations
Color information
#9D6B2D (or 0x9D6B2D) is known color: Buttered Rum. HEX triplet: 9D, 6B and 2D. RGB value is (157,107,45). Sum of RGB (Red+Green+Blue) = 157+107+45=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6B2D is #6294D2. Grayscale: #737373. Windows color (decimal): -6460627 or 2976669. OLE color: 2976669.
HSL color Cylindrical-coordinate representation of color #9D6B2D: hue angle of 33.21º 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 #9D6B2D is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 45 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.38 |
| HSL | 33.21º | 0.55% | 0.4% | - |
| HSV(B) | 33.21º | 0.71% | 0.62% | - |
| XYZ | 19.64 | 17.87 | 4.9 | - |
| YUV | 114.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 45 | 0 | 0.32 | 0.71 | 0.38 | 33.21 | 0.55 | 0.4 |
| Hex | 9D | 6B | 2D | 0 | 20 | 47 | 26 | 21 | 37 | 28 |
| Octal | 235 | 153 | 55 | 0 | 40 | 107 | 46 | 41 | 67 | 50 |
| Binary | 10011101 | 1101011 | 101101 | 0 | 100000 | 1000111 | 100110 | 100001 | 110111 | 101000 |
Color Harmonies of #9D6B2D
Complementary color
Monochromatic Colors of #9D6B2D
Black with #9D6B2D
Text Example
Text Example
White with #9D6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B2D; }
p { color: rgb(157,107,45); }
H1.HeaderClassName
{
color: #9D6B2D;
}
.AnyTagClassName
{
color: #9D6B2D;
}
</style>
background-color css
<style>
a { background-color: #9D6B2D; }
a { background-color: rgb(157,107,45); }
div.DivClassName
{
background-color: #9D6B2D;
}
.BgClassName
{
background-color: #9D6B2D;
}
</style>
border-color css
<style>
span { border-color: #9D6B2D; }
span { border-color: rgb(157,107,45); }
td.TdClassName
{
border-color: #9D6B2D;
}
.TagClassName
{
border-color: #9D6B2D;
}
</style>