Shades of Buttered Rum #9D6A2D
Tints of Buttered Rum #9D6A2D
RGB
CMYK
RGB Variations
Color information
#9D6A2D (or 0x9D6A2D) is known color: Buttered Rum. HEX triplet: 9D, 6A and 2D. RGB value is (157,106,45). Sum of RGB (Red+Green+Blue) = 157+106+45=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6A2D is #6295D2. Grayscale: #727272. Windows color (decimal): -6460883 or 2976413. OLE color: 2976413.
HSL color Cylindrical-coordinate representation of color #9D6A2D: hue angle of 32.68º 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 #9D6A2D is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 45 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.38 |
| HSL | 32.68º | 0.55% | 0.4% | - |
| HSV(B) | 32.68º | 0.71% | 0.62% | - |
| XYZ | 19.53 | 17.67 | 4.86 | - |
| YUV | 114.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 45 | 0 | 0.32 | 0.71 | 0.38 | 32.68 | 0.55 | 0.4 |
| Hex | 9D | 6A | 2D | 0 | 20 | 47 | 26 | 21 | 37 | 28 |
| Octal | 235 | 152 | 55 | 0 | 40 | 107 | 46 | 41 | 67 | 50 |
| Binary | 10011101 | 1101010 | 101101 | 0 | 100000 | 1000111 | 100110 | 100001 | 110111 | 101000 |
Color Harmonies of #9D6A2D
Complementary color
Monochromatic Colors of #9D6A2D
Black with #9D6A2D
Text Example
Text Example
White with #9D6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A2D; }
p { color: rgb(157,106,45); }
H1.HeaderClassName
{
color: #9D6A2D;
}
.AnyTagClassName
{
color: #9D6A2D;
}
</style>
background-color css
<style>
a { background-color: #9D6A2D; }
a { background-color: rgb(157,106,45); }
div.DivClassName
{
background-color: #9D6A2D;
}
.BgClassName
{
background-color: #9D6A2D;
}
</style>
border-color css
<style>
span { border-color: #9D6A2D; }
span { border-color: rgb(157,106,45); }
td.TdClassName
{
border-color: #9D6A2D;
}
.TagClassName
{
border-color: #9D6A2D;
}
</style>