Shades of Bourbon #A6713C
Tints of Bourbon #A6713C
RGB
CMYK
RGB Variations
Color information
#A6713C (or 0xA6713C) is known color: Bourbon. HEX triplet: A6, 71 and 3C. RGB value is (166,113,60). Sum of RGB (Red+Green+Blue) = 166+113+60=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6713C is #598EC3. Grayscale: #7B7B7B. Windows color (decimal): -5869252 or 3961254. OLE color: 3961254.
HSL color Cylindrical-coordinate representation of color #A6713C: hue angle of 30º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6713C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 60 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.35 |
| HSL | 30º | 0.47% | 0.44% | - |
| HSV(B) | 30º | 0.64% | 0.65% | - |
| XYZ | 22.45 | 20.24 | 7 | - |
| YUV | 122.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 60 | 0 | 0.32 | 0.64 | 0.35 | 30 | 0.47 | 0.44 |
| Hex | A6 | 71 | 3C | 0 | 20 | 40 | 23 | 1E | 2F | 2C |
| Octal | 246 | 161 | 74 | 0 | 40 | 100 | 43 | 36 | 57 | 54 |
| Binary | 10100110 | 1110001 | 111100 | 0 | 100000 | 1000000 | 100011 | 11110 | 101111 | 101100 |
Color Harmonies of #A6713C
Complementary color
Monochromatic Colors of #A6713C
Black with #A6713C
Text Example
Text Example
White with #A6713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6713C; }
p { color: rgb(166,113,60); }
H1.HeaderClassName
{
color: #A6713C;
}
.AnyTagClassName
{
color: #A6713C;
}
</style>
background-color css
<style>
a { background-color: #A6713C; }
a { background-color: rgb(166,113,60); }
div.DivClassName
{
background-color: #A6713C;
}
.BgClassName
{
background-color: #A6713C;
}
</style>
border-color css
<style>
span { border-color: #A6713C; }
span { border-color: rgb(166,113,60); }
td.TdClassName
{
border-color: #A6713C;
}
.TagClassName
{
border-color: #A6713C;
}
</style>