Shades of Buttered Rum #9D6A33
Tints of Buttered Rum #9D6A33
RGB
CMYK
RGB Variations
Color information
#9D6A33 (or 0x9D6A33) is known color: Buttered Rum. HEX triplet: 9D, 6A and 33. RGB value is (157,106,51). Sum of RGB (Red+Green+Blue) = 157+106+51=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6A33 is #6295CC. Grayscale: #737373. Windows color (decimal): -6460877 or 3369629. OLE color: 3369629.
HSL color Cylindrical-coordinate representation of color #9D6A33: hue angle of 31.13º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D6A33 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 51 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.38 |
| HSL | 31.13º | 0.51% | 0.41% | - |
| HSV(B) | 31.13º | 0.68% | 0.62% | - |
| XYZ | 19.66 | 17.72 | 5.52 | - |
| YUV | 114.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 51 | 0 | 0.32 | 0.68 | 0.38 | 31.13 | 0.51 | 0.41 |
| Hex | 9D | 6A | 33 | 0 | 20 | 44 | 26 | 1F | 33 | 29 |
| Octal | 235 | 152 | 63 | 0 | 40 | 104 | 46 | 37 | 63 | 51 |
| Binary | 10011101 | 1101010 | 110011 | 0 | 100000 | 1000100 | 100110 | 11111 | 110011 | 101001 |
Color Harmonies of #9D6A33
Complementary color
Monochromatic Colors of #9D6A33
Black with #9D6A33
Text Example
Text Example
White with #9D6A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A33; }
p { color: rgb(157,106,51); }
H1.HeaderClassName
{
color: #9D6A33;
}
.AnyTagClassName
{
color: #9D6A33;
}
</style>
background-color css
<style>
a { background-color: #9D6A33; }
a { background-color: rgb(157,106,51); }
div.DivClassName
{
background-color: #9D6A33;
}
.BgClassName
{
background-color: #9D6A33;
}
</style>
border-color css
<style>
span { border-color: #9D6A33; }
span { border-color: rgb(157,106,51); }
td.TdClassName
{
border-color: #9D6A33;
}
.TagClassName
{
border-color: #9D6A33;
}
</style>