Shades of Teak #A6865B
Tints of Teak #A6865B
RGB
CMYK
RGB Variations
Color information
#A6865B (or 0xA6865B) is known color: Teak. HEX triplet: A6, 86 and 5B. RGB value is (166,134,91). Sum of RGB (Red+Green+Blue) = 166+134+91=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6865B is #5979A4. Grayscale: #8A8A8A. Windows color (decimal): -5863845 or 5998246. OLE color: 5998246.
HSL color Cylindrical-coordinate representation of color #A6865B: hue angle of 34.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6865B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 91 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.35 |
| HSL | 34.4º | 0.3% | 0.5% | - |
| HSV(B) | 34.4º | 0.45% | 0.65% | - |
| XYZ | 26.14 | 25.91 | 13.52 | - |
| YUV | 138.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 91 | 0 | 0.19 | 0.45 | 0.35 | 34.4 | 0.3 | 0.5 |
| Hex | A6 | 86 | 5B | 0 | 13 | 2D | 23 | 22 | 1E | 32 |
| Octal | 246 | 206 | 133 | 0 | 23 | 55 | 43 | 42 | 36 | 62 |
| Binary | 10100110 | 10000110 | 1011011 | 0 | 10011 | 101101 | 100011 | 100010 | 11110 | 110010 |
Color Harmonies of #A6865B
Complementary color
Monochromatic Colors of #A6865B
Black with #A6865B
Text Example
Text Example
White with #A6865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6865B; }
p { color: rgb(166,134,91); }
H1.HeaderClassName
{
color: #A6865B;
}
.AnyTagClassName
{
color: #A6865B;
}
</style>
background-color css
<style>
a { background-color: #A6865B; }
a { background-color: rgb(166,134,91); }
div.DivClassName
{
background-color: #A6865B;
}
.BgClassName
{
background-color: #A6865B;
}
</style>
border-color css
<style>
span { border-color: #A6865B; }
span { border-color: rgb(166,134,91); }
td.TdClassName
{
border-color: #A6865B;
}
.TagClassName
{
border-color: #A6865B;
}
</style>