Shades of Bourbon #A6673F
Tints of Bourbon #A6673F
RGB
CMYK
RGB Variations
Color information
#A6673F (or 0xA6673F) is known color: Bourbon. HEX triplet: A6, 67 and 3F. RGB value is (166,103,63). Sum of RGB (Red+Green+Blue) = 166+103+63=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6673F is #5998C0. Grayscale: #757575. Windows color (decimal): -5871809 or 4155302. OLE color: 4155302.
HSL color Cylindrical-coordinate representation of color #A6673F: hue angle of 23.3º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6673F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 63 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.35 |
| HSL | 23.3º | 0.45% | 0.45% | - |
| HSV(B) | 23.3º | 0.62% | 0.65% | - |
| XYZ | 21.47 | 18.17 | 7.08 | - |
| YUV | 117.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 63 | 0 | 0.38 | 0.62 | 0.35 | 23.3 | 0.45 | 0.45 |
| Hex | A6 | 67 | 3F | 0 | 26 | 3E | 23 | 17 | 2D | 2D |
| Octal | 246 | 147 | 77 | 0 | 46 | 76 | 43 | 27 | 55 | 55 |
| Binary | 10100110 | 1100111 | 111111 | 0 | 100110 | 111110 | 100011 | 10111 | 101101 | 101101 |
Color Harmonies of #A6673F
Complementary color
Monochromatic Colors of #A6673F
Black with #A6673F
Text Example
Text Example
White with #A6673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6673F; }
p { color: rgb(166,103,63); }
H1.HeaderClassName
{
color: #A6673F;
}
.AnyTagClassName
{
color: #A6673F;
}
</style>
background-color css
<style>
a { background-color: #A6673F; }
a { background-color: rgb(166,103,63); }
div.DivClassName
{
background-color: #A6673F;
}
.BgClassName
{
background-color: #A6673F;
}
</style>
border-color css
<style>
span { border-color: #A6673F; }
span { border-color: rgb(166,103,63); }
td.TdClassName
{
border-color: #A6673F;
}
.TagClassName
{
border-color: #A6673F;
}
</style>