Shades of Dark Khaki #C1AF6C
Tints of Dark Khaki #C1AF6C
RGB
CMYK
RGB Variations
Color information
#C1AF6C (or 0xC1AF6C) is known color: Dark Khaki. HEX triplet: C1, AF and 6C. RGB value is (193,175,108). Sum of RGB (Red+Green+Blue) = 193+175+108=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF6C is #3E5093. Grayscale: #ADADAD. Windows color (decimal): -4083860 or 7122881. OLE color: 7122881.
HSL color Cylindrical-coordinate representation of color #C1AF6C: hue angle of 47.29º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1AF6C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 108 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.24 |
| HSL | 47.29º | 0.41% | 0.59% | - |
| HSV(B) | 47.29º | 0.44% | 0.76% | - |
| XYZ | 40.03 | 43.08 | 20.39 | - |
| YUV | 172.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 108 | 0 | 0.09 | 0.44 | 0.24 | 47.29 | 0.41 | 0.59 |
| Hex | C1 | AF | 6C | 0 | 9 | 2C | 18 | 2F | 29 | 3B |
| Octal | 301 | 257 | 154 | 0 | 11 | 54 | 30 | 57 | 51 | 73 |
| Binary | 11000001 | 10101111 | 1101100 | 0 | 1001 | 101100 | 11000 | 101111 | 101001 | 111011 |
Color Harmonies of #C1AF6C
Complementary color
Monochromatic Colors of #C1AF6C
Black with #C1AF6C
Text Example
Text Example
White with #C1AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF6C; }
p { color: rgb(193,175,108); }
H1.HeaderClassName
{
color: #C1AF6C;
}
.AnyTagClassName
{
color: #C1AF6C;
}
</style>
background-color css
<style>
a { background-color: #C1AF6C; }
a { background-color: rgb(193,175,108); }
div.DivClassName
{
background-color: #C1AF6C;
}
.BgClassName
{
background-color: #C1AF6C;
}
</style>
border-color css
<style>
span { border-color: #C1AF6C; }
span { border-color: rgb(193,175,108); }
td.TdClassName
{
border-color: #C1AF6C;
}
.TagClassName
{
border-color: #C1AF6C;
}
</style>