Shades of Bourbon #A66940
Tints of Bourbon #A66940
RGB
CMYK
RGB Variations
Color information
#A66940 (or 0xA66940) is known color: Bourbon. HEX triplet: A6, 69 and 40. RGB value is (166,105,64). Sum of RGB (Red+Green+Blue) = 166+105+64=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66940 is #5996BF. Grayscale: #767676. Windows color (decimal): -5871296 or 4221350. OLE color: 4221350.
HSL color Cylindrical-coordinate representation of color #A66940: hue angle of 24.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A66940 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 64 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.35 |
| HSL | 24.12º | 0.44% | 0.45% | - |
| HSV(B) | 24.12º | 0.61% | 0.65% | - |
| XYZ | 21.7 | 18.58 | 7.29 | - |
| YUV | 118.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 64 | 0 | 0.37 | 0.61 | 0.35 | 24.12 | 0.44 | 0.45 |
| Hex | A6 | 69 | 40 | 0 | 25 | 3D | 23 | 18 | 2C | 2D |
| Octal | 246 | 151 | 100 | 0 | 45 | 75 | 43 | 30 | 54 | 55 |
| Binary | 10100110 | 1101001 | 1000000 | 0 | 100101 | 111101 | 100011 | 11000 | 101100 | 101101 |
Color Harmonies of #A66940
Complementary color
Monochromatic Colors of #A66940
Black with #A66940
Text Example
Text Example
White with #A66940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66940; }
p { color: rgb(166,105,64); }
H1.HeaderClassName
{
color: #A66940;
}
.AnyTagClassName
{
color: #A66940;
}
</style>
background-color css
<style>
a { background-color: #A66940; }
a { background-color: rgb(166,105,64); }
div.DivClassName
{
background-color: #A66940;
}
.BgClassName
{
background-color: #A66940;
}
</style>
border-color css
<style>
span { border-color: #A66940; }
span { border-color: rgb(166,105,64); }
td.TdClassName
{
border-color: #A66940;
}
.TagClassName
{
border-color: #A66940;
}
</style>