Shades of Tan #C6AF8C
Tints of Tan #C6AF8C
RGB
CMYK
RGB Variations
Color information
#C6AF8C (or 0xC6AF8C) is known color: Tan. HEX triplet: C6, AF and 8C. RGB value is (198,175,140). Sum of RGB (Red+Green+Blue) = 198+175+140=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF8C is #395073. Grayscale: #B2B2B2. Windows color (decimal): -3756148 or 9220038. OLE color: 9220038.
HSL color Cylindrical-coordinate representation of color #C6AF8C: hue angle of 36.21º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6AF8C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 140 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.22 |
| HSL | 36.21º | 0.34% | 0.66% | - |
| HSV(B) | 36.21º | 0.29% | 0.78% | - |
| XYZ | 43.35 | 44.56 | 31.13 | - |
| YUV | 177.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 140 | 0 | 0.12 | 0.29 | 0.22 | 36.21 | 0.34 | 0.66 |
| Hex | C6 | AF | 8C | 0 | C | 1D | 16 | 24 | 22 | 42 |
| Octal | 306 | 257 | 214 | 0 | 14 | 35 | 26 | 44 | 42 | 102 |
| Binary | 11000110 | 10101111 | 10001100 | 0 | 1100 | 11101 | 10110 | 100100 | 100010 | 1000010 |
Color Harmonies of #C6AF8C
Complementary color
Monochromatic Colors of #C6AF8C
Black with #C6AF8C
Text Example
Text Example
White with #C6AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF8C; }
p { color: rgb(198,175,140); }
H1.HeaderClassName
{
color: #C6AF8C;
}
.AnyTagClassName
{
color: #C6AF8C;
}
</style>
background-color css
<style>
a { background-color: #C6AF8C; }
a { background-color: rgb(198,175,140); }
div.DivClassName
{
background-color: #C6AF8C;
}
.BgClassName
{
background-color: #C6AF8C;
}
</style>
border-color css
<style>
span { border-color: #C6AF8C; }
span { border-color: rgb(198,175,140); }
td.TdClassName
{
border-color: #C6AF8C;
}
.TagClassName
{
border-color: #C6AF8C;
}
</style>