Shades of Buttered Rum #9D6A30
Tints of Buttered Rum #9D6A30
RGB
CMYK
RGB Variations
Color information
#9D6A30 (or 0x9D6A30) is known color: Buttered Rum. HEX triplet: 9D, 6A and 30. RGB value is (157,106,48). Sum of RGB (Red+Green+Blue) = 157+106+48=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6A30 is #6295CF. Grayscale: #727272. Windows color (decimal): -6460880 or 3173021. OLE color: 3173021.
HSL color Cylindrical-coordinate representation of color #9D6A30: hue angle of 31.93º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D6A30 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 48 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.38 |
| HSL | 31.93º | 0.53% | 0.4% | - |
| HSV(B) | 31.93º | 0.69% | 0.62% | - |
| XYZ | 19.59 | 17.69 | 5.18 | - |
| YUV | 114.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 48 | 0 | 0.32 | 0.69 | 0.38 | 31.93 | 0.53 | 0.4 |
| Hex | 9D | 6A | 30 | 0 | 20 | 45 | 26 | 20 | 35 | 28 |
| Octal | 235 | 152 | 60 | 0 | 40 | 105 | 46 | 40 | 65 | 50 |
| Binary | 10011101 | 1101010 | 110000 | 0 | 100000 | 1000101 | 100110 | 100000 | 110101 | 101000 |
Color Harmonies of #9D6A30
Complementary color
Monochromatic Colors of #9D6A30
Black with #9D6A30
Text Example
Text Example
White with #9D6A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A30; }
p { color: rgb(157,106,48); }
H1.HeaderClassName
{
color: #9D6A30;
}
.AnyTagClassName
{
color: #9D6A30;
}
</style>
background-color css
<style>
a { background-color: #9D6A30; }
a { background-color: rgb(157,106,48); }
div.DivClassName
{
background-color: #9D6A30;
}
.BgClassName
{
background-color: #9D6A30;
}
</style>
border-color css
<style>
span { border-color: #9D6A30; }
span { border-color: rgb(157,106,48); }
td.TdClassName
{
border-color: #9D6A30;
}
.TagClassName
{
border-color: #9D6A30;
}
</style>