Shades of Buttered Rum #9B692A
Tints of Buttered Rum #9B692A
RGB
CMYK
RGB Variations
Color information
#9B692A (or 0x9B692A) is known color: Buttered Rum. HEX triplet: 9B, 69 and 2A. RGB value is (155,105,42). Sum of RGB (Red+Green+Blue) = 155+105+42=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B692A is #6496D5. Grayscale: #717171. Windows color (decimal): -6592214 or 2779547. OLE color: 2779547.
HSL color Cylindrical-coordinate representation of color #9B692A: hue angle of 33.45º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B692A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 42 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.39 |
| HSL | 33.45º | 0.57% | 0.39% | - |
| HSV(B) | 33.45º | 0.73% | 0.61% | - |
| XYZ | 18.99 | 17.24 | 4.52 | - |
| YUV | 112.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 42 | 0 | 0.32 | 0.73 | 0.39 | 33.45 | 0.57 | 0.39 |
| Hex | 9B | 69 | 2A | 0 | 20 | 49 | 27 | 21 | 39 | 27 |
| Octal | 233 | 151 | 52 | 0 | 40 | 111 | 47 | 41 | 71 | 47 |
| Binary | 10011011 | 1101001 | 101010 | 0 | 100000 | 1001001 | 100111 | 100001 | 111001 | 100111 |
Color Harmonies of #9B692A
Complementary color
Monochromatic Colors of #9B692A
Black with #9B692A
Text Example
Text Example
White with #9B692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B692A; }
p { color: rgb(155,105,42); }
H1.HeaderClassName
{
color: #9B692A;
}
.AnyTagClassName
{
color: #9B692A;
}
</style>
background-color css
<style>
a { background-color: #9B692A; }
a { background-color: rgb(155,105,42); }
div.DivClassName
{
background-color: #9B692A;
}
.BgClassName
{
background-color: #9B692A;
}
</style>
border-color css
<style>
span { border-color: #9B692A; }
span { border-color: rgb(155,105,42); }
td.TdClassName
{
border-color: #9B692A;
}
.TagClassName
{
border-color: #9B692A;
}
</style>