Shades of Buttered Rum #9B6725
Tints of Buttered Rum #9B6725
RGB
CMYK
RGB Variations
Color information
#9B6725 (or 0x9B6725) is known color: Buttered Rum. HEX triplet: 9B, 67 and 25. RGB value is (155,103,37). Sum of RGB (Red+Green+Blue) = 155+103+37=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6725 is #6498DA. Grayscale: #6F6F6F. Windows color (decimal): -6592731 or 2451355. OLE color: 2451355.
HSL color Cylindrical-coordinate representation of color #9B6725: hue angle of 33.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B6725 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 37 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.39 |
| HSL | 33.56º | 0.61% | 0.38% | - |
| HSV(B) | 33.56º | 0.76% | 0.61% | - |
| XYZ | 18.7 | 16.8 | 4.01 | - |
| YUV | 111.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 37 | 0 | 0.34 | 0.76 | 0.39 | 33.56 | 0.61 | 0.38 |
| Hex | 9B | 67 | 25 | 0 | 22 | 4C | 27 | 22 | 3D | 26 |
| Octal | 233 | 147 | 45 | 0 | 42 | 114 | 47 | 42 | 75 | 46 |
| Binary | 10011011 | 1100111 | 100101 | 0 | 100010 | 1001100 | 100111 | 100010 | 111101 | 100110 |
Color Harmonies of #9B6725
Complementary color
Monochromatic Colors of #9B6725
Black with #9B6725
Text Example
Text Example
White with #9B6725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6725; }
p { color: rgb(155,103,37); }
H1.HeaderClassName
{
color: #9B6725;
}
.AnyTagClassName
{
color: #9B6725;
}
</style>
background-color css
<style>
a { background-color: #9B6725; }
a { background-color: rgb(155,103,37); }
div.DivClassName
{
background-color: #9B6725;
}
.BgClassName
{
background-color: #9B6725;
}
</style>
border-color css
<style>
span { border-color: #9B6725; }
span { border-color: rgb(155,103,37); }
td.TdClassName
{
border-color: #9B6725;
}
.TagClassName
{
border-color: #9B6725;
}
</style>