Shades of Buttered Rum #9B6C39
Tints of Buttered Rum #9B6C39
RGB
CMYK
RGB Variations
Color information
#9B6C39 (or 0x9B6C39) is known color: Buttered Rum. HEX triplet: 9B, 6C and 39. RGB value is (155,108,57). Sum of RGB (Red+Green+Blue) = 155+108+57=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C39 is #6493C6. Grayscale: #747474. Windows color (decimal): -6591431 or 3763355. OLE color: 3763355.
HSL color Cylindrical-coordinate representation of color #9B6C39: hue angle of 31.22º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B6C39 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 108 | 57 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.39 |
| HSL | 31.22º | 0.46% | 0.42% | - |
| HSV(B) | 31.22º | 0.63% | 0.61% | - |
| XYZ | 19.62 | 17.99 | 6.31 | - |
| YUV | 116.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 57 | 0 | 0.30 | 0.63 | 0.39 | 31.22 | 0.46 | 0.42 |
| Hex | 9B | 6C | 39 | 0 | 1E | 3F | 27 | 1F | 2E | 2A |
| Octal | 233 | 154 | 71 | 0 | 36 | 77 | 47 | 37 | 56 | 52 |
| Binary | 10011011 | 1101100 | 111001 | 0 | 11110 | 111111 | 100111 | 11111 | 101110 | 101010 |
Color Harmonies of #9B6C39
Complementary color
Monochromatic Colors of #9B6C39
Black with #9B6C39
Text Example
Text Example
White with #9B6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6C39; }
p { color: rgb(155,108,57); }
H1.HeaderClassName
{
color: #9B6C39;
}
.AnyTagClassName
{
color: #9B6C39;
}
</style>
background-color css
<style>
a { background-color: #9B6C39; }
a { background-color: rgb(155,108,57); }
div.DivClassName
{
background-color: #9B6C39;
}
.BgClassName
{
background-color: #9B6C39;
}
</style>
border-color css
<style>
span { border-color: #9B6C39; }
span { border-color: rgb(155,108,57); }
td.TdClassName
{
border-color: #9B6C39;
}
.TagClassName
{
border-color: #9B6C39;
}
</style>