Shades of Bourbon #A6723C
Tints of Bourbon #A6723C
RGB
CMYK
RGB Variations
Color information
#A6723C (or 0xA6723C) is known color: Bourbon. HEX triplet: A6, 72 and 3C. RGB value is (166,114,60). Sum of RGB (Red+Green+Blue) = 166+114+60=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6723C is #598DC3. Grayscale: #7B7B7B. Windows color (decimal): -5868996 or 3961510. OLE color: 3961510.
HSL color Cylindrical-coordinate representation of color #A6723C: hue angle of 30.57º 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 #A6723C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 60 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.35 |
| HSL | 30.57º | 0.47% | 0.44% | - |
| HSV(B) | 30.57º | 0.64% | 0.65% | - |
| XYZ | 22.56 | 20.47 | 7.04 | - |
| YUV | 123.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 60 | 0 | 0.31 | 0.64 | 0.35 | 30.57 | 0.47 | 0.44 |
| Hex | A6 | 72 | 3C | 0 | 1F | 40 | 23 | 1F | 2F | 2C |
| Octal | 246 | 162 | 74 | 0 | 37 | 100 | 43 | 37 | 57 | 54 |
| Binary | 10100110 | 1110010 | 111100 | 0 | 11111 | 1000000 | 100011 | 11111 | 101111 | 101100 |
Color Harmonies of #A6723C
Complementary color
Monochromatic Colors of #A6723C
Black with #A6723C
Text Example
Text Example
White with #A6723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6723C; }
p { color: rgb(166,114,60); }
H1.HeaderClassName
{
color: #A6723C;
}
.AnyTagClassName
{
color: #A6723C;
}
</style>
background-color css
<style>
a { background-color: #A6723C; }
a { background-color: rgb(166,114,60); }
div.DivClassName
{
background-color: #A6723C;
}
.BgClassName
{
background-color: #A6723C;
}
</style>
border-color css
<style>
span { border-color: #A6723C; }
span { border-color: rgb(166,114,60); }
td.TdClassName
{
border-color: #A6723C;
}
.TagClassName
{
border-color: #A6723C;
}
</style>