Shades of Tan #C6AF8A
Tints of Tan #C6AF8A
RGB
CMYK
RGB Variations
Color information
#C6AF8A (or 0xC6AF8A) is known color: Tan. HEX triplet: C6, AF and 8A. RGB value is (198,175,138). Sum of RGB (Red+Green+Blue) = 198+175+138=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF8A is #395075. Grayscale: #B1B1B1. Windows color (decimal): -3756150 or 9088966. OLE color: 9088966.
HSL color Cylindrical-coordinate representation of color #C6AF8A: hue angle of 37º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6AF8A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 138 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.22 |
| HSL | 37º | 0.34% | 0.66% | - |
| HSV(B) | 37º | 0.3% | 0.78% | - |
| XYZ | 43.21 | 44.5 | 30.36 | - |
| YUV | 177.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 138 | 0 | 0.12 | 0.30 | 0.22 | 37 | 0.34 | 0.66 |
| Hex | C6 | AF | 8A | 0 | C | 1E | 16 | 25 | 22 | 42 |
| Octal | 306 | 257 | 212 | 0 | 14 | 36 | 26 | 45 | 42 | 102 |
| Binary | 11000110 | 10101111 | 10001010 | 0 | 1100 | 11110 | 10110 | 100101 | 100010 | 1000010 |
Color Harmonies of #C6AF8A
Complementary color
Monochromatic Colors of #C6AF8A
Black with #C6AF8A
Text Example
Text Example
White with #C6AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF8A; }
p { color: rgb(198,175,138); }
H1.HeaderClassName
{
color: #C6AF8A;
}
.AnyTagClassName
{
color: #C6AF8A;
}
</style>
background-color css
<style>
a { background-color: #C6AF8A; }
a { background-color: rgb(198,175,138); }
div.DivClassName
{
background-color: #C6AF8A;
}
.BgClassName
{
background-color: #C6AF8A;
}
</style>
border-color css
<style>
span { border-color: #C6AF8A; }
span { border-color: rgb(198,175,138); }
td.TdClassName
{
border-color: #C6AF8A;
}
.TagClassName
{
border-color: #C6AF8A;
}
</style>