Shades of Bourbon #9F6C40
Tints of Bourbon #9F6C40
RGB
CMYK
RGB Variations
Color information
#9F6C40 (or 0x9F6C40) is known color: Bourbon. HEX triplet: 9F, 6C and 40. RGB value is (159,108,64). Sum of RGB (Red+Green+Blue) = 159+108+64=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C40 is #6093BF. Grayscale: #767676. Windows color (decimal): -6329280 or 4222111. OLE color: 4222111.
HSL color Cylindrical-coordinate representation of color #9F6C40: hue angle of 27.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F6C40 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 64 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.38 |
| HSL | 27.79º | 0.43% | 0.44% | - |
| HSV(B) | 27.79º | 0.6% | 0.62% | - |
| XYZ | 20.59 | 18.47 | 7.33 | - |
| YUV | 118.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 64 | 0 | 0.32 | 0.60 | 0.38 | 27.79 | 0.43 | 0.44 |
| Hex | 9F | 6C | 40 | 0 | 20 | 3C | 26 | 1C | 2B | 2C |
| Octal | 237 | 154 | 100 | 0 | 40 | 74 | 46 | 34 | 53 | 54 |
| Binary | 10011111 | 1101100 | 1000000 | 0 | 100000 | 111100 | 100110 | 11100 | 101011 | 101100 |
Color Harmonies of #9F6C40
Complementary color
Monochromatic Colors of #9F6C40
Black with #9F6C40
Text Example
Text Example
White with #9F6C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C40; }
p { color: rgb(159,108,64); }
H1.HeaderClassName
{
color: #9F6C40;
}
.AnyTagClassName
{
color: #9F6C40;
}
</style>
background-color css
<style>
a { background-color: #9F6C40; }
a { background-color: rgb(159,108,64); }
div.DivClassName
{
background-color: #9F6C40;
}
.BgClassName
{
background-color: #9F6C40;
}
</style>
border-color css
<style>
span { border-color: #9F6C40; }
span { border-color: rgb(159,108,64); }
td.TdClassName
{
border-color: #9F6C40;
}
.TagClassName
{
border-color: #9F6C40;
}
</style>