Shades of Buttered Rum #9B682E
Tints of Buttered Rum #9B682E
RGB
CMYK
RGB Variations
Color information
#9B682E (or 0x9B682E) is known color: Buttered Rum. HEX triplet: 9B, 68 and 2E. RGB value is (155,104,46). Sum of RGB (Red+Green+Blue) = 155+104+46=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B682E is #6497D1. Grayscale: #707070. Windows color (decimal): -6592466 or 3041435. OLE color: 3041435.
HSL color Cylindrical-coordinate representation of color #9B682E: hue angle of 31.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B682E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 46 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.39 |
| HSL | 31.93º | 0.54% | 0.39% | - |
| HSV(B) | 31.93º | 0.7% | 0.61% | - |
| XYZ | 18.96 | 17.07 | 4.88 | - |
| YUV | 112.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 46 | 0 | 0.33 | 0.70 | 0.39 | 31.93 | 0.54 | 0.39 |
| Hex | 9B | 68 | 2E | 0 | 21 | 46 | 27 | 20 | 36 | 27 |
| Octal | 233 | 150 | 56 | 0 | 41 | 106 | 47 | 40 | 66 | 47 |
| Binary | 10011011 | 1101000 | 101110 | 0 | 100001 | 1000110 | 100111 | 100000 | 110110 | 100111 |
Color Harmonies of #9B682E
Complementary color
Monochromatic Colors of #9B682E
Black with #9B682E
Text Example
Text Example
White with #9B682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B682E; }
p { color: rgb(155,104,46); }
H1.HeaderClassName
{
color: #9B682E;
}
.AnyTagClassName
{
color: #9B682E;
}
</style>
background-color css
<style>
a { background-color: #9B682E; }
a { background-color: rgb(155,104,46); }
div.DivClassName
{
background-color: #9B682E;
}
.BgClassName
{
background-color: #9B682E;
}
</style>
border-color css
<style>
span { border-color: #9B682E; }
span { border-color: rgb(155,104,46); }
td.TdClassName
{
border-color: #9B682E;
}
.TagClassName
{
border-color: #9B682E;
}
</style>