Shades of Buttered Rum #9B672D
Tints of Buttered Rum #9B672D
RGB
CMYK
RGB Variations
Color information
#9B672D (or 0x9B672D) is known color: Buttered Rum. HEX triplet: 9B, 67 and 2D. RGB value is (155,103,45). Sum of RGB (Red+Green+Blue) = 155+103+45=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B672D is #6498D2. Grayscale: #707070. Windows color (decimal): -6592723 or 2975643. OLE color: 2975643.
HSL color Cylindrical-coordinate representation of color #9B672D: hue angle of 31.64º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B672D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 45 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.39 |
| HSL | 31.64º | 0.55% | 0.39% | - |
| HSV(B) | 31.64º | 0.71% | 0.61% | - |
| XYZ | 18.84 | 16.86 | 4.74 | - |
| YUV | 111.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 45 | 0 | 0.34 | 0.71 | 0.39 | 31.64 | 0.55 | 0.39 |
| Hex | 9B | 67 | 2D | 0 | 22 | 47 | 27 | 20 | 37 | 27 |
| Octal | 233 | 147 | 55 | 0 | 42 | 107 | 47 | 40 | 67 | 47 |
| Binary | 10011011 | 1100111 | 101101 | 0 | 100010 | 1000111 | 100111 | 100000 | 110111 | 100111 |
Color Harmonies of #9B672D
Complementary color
Monochromatic Colors of #9B672D
Black with #9B672D
Text Example
Text Example
White with #9B672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B672D; }
p { color: rgb(155,103,45); }
H1.HeaderClassName
{
color: #9B672D;
}
.AnyTagClassName
{
color: #9B672D;
}
</style>
background-color css
<style>
a { background-color: #9B672D; }
a { background-color: rgb(155,103,45); }
div.DivClassName
{
background-color: #9B672D;
}
.BgClassName
{
background-color: #9B672D;
}
</style>
border-color css
<style>
span { border-color: #9B672D; }
span { border-color: rgb(155,103,45); }
td.TdClassName
{
border-color: #9B672D;
}
.TagClassName
{
border-color: #9B672D;
}
</style>