Shades of Buttered Rum #9B6934
Tints of Buttered Rum #9B6934
RGB
CMYK
RGB Variations
Color information
#9B6934 (or 0x9B6934) is known color: Buttered Rum. HEX triplet: 9B, 69 and 34. RGB value is (155,105,52). Sum of RGB (Red+Green+Blue) = 155+105+52=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6934 is #6496CB. Grayscale: #727272. Windows color (decimal): -6592204 or 3434907. OLE color: 3434907.
HSL color Cylindrical-coordinate representation of color #9B6934: hue angle of 30.87º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B6934 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 52 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.39 |
| HSL | 30.87º | 0.5% | 0.41% | - |
| HSV(B) | 30.87º | 0.66% | 0.61% | - |
| XYZ | 19.19 | 17.32 | 5.58 | - |
| YUV | 113.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 52 | 0 | 0.32 | 0.66 | 0.39 | 30.87 | 0.5 | 0.41 |
| Hex | 9B | 69 | 34 | 0 | 20 | 42 | 27 | 1F | 32 | 29 |
| Octal | 233 | 151 | 64 | 0 | 40 | 102 | 47 | 37 | 62 | 51 |
| Binary | 10011011 | 1101001 | 110100 | 0 | 100000 | 1000010 | 100111 | 11111 | 110010 | 101001 |
Color Harmonies of #9B6934
Complementary color
Monochromatic Colors of #9B6934
Black with #9B6934
Text Example
Text Example
White with #9B6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6934; }
p { color: rgb(155,105,52); }
H1.HeaderClassName
{
color: #9B6934;
}
.AnyTagClassName
{
color: #9B6934;
}
</style>
background-color css
<style>
a { background-color: #9B6934; }
a { background-color: rgb(155,105,52); }
div.DivClassName
{
background-color: #9B6934;
}
.BgClassName
{
background-color: #9B6934;
}
</style>
border-color css
<style>
span { border-color: #9B6934; }
span { border-color: rgb(155,105,52); }
td.TdClassName
{
border-color: #9B6934;
}
.TagClassName
{
border-color: #9B6934;
}
</style>