Shades of Dark Khaki #C7BA6A
Tints of Dark Khaki #C7BA6A
RGB
CMYK
RGB Variations
Color information
#C7BA6A (or 0xC7BA6A) is known color: Dark Khaki. HEX triplet: C7, BA and 6A. RGB value is (199,186,106). Sum of RGB (Red+Green+Blue) = 199+186+106=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA6A is #384595. Grayscale: #B5B5B5. Windows color (decimal): -3687830 or 6994631. OLE color: 6994631.
HSL color Cylindrical-coordinate representation of color #C7BA6A: hue angle of 51.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7BA6A is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 106 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.22 |
| HSL | 51.61º | 0.45% | 0.6% | - |
| HSV(B) | 51.61º | 0.47% | 0.78% | - |
| XYZ | 43.71 | 48.3 | 20.65 | - |
| YUV | 180.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 106 | 0 | 0.07 | 0.47 | 0.22 | 51.61 | 0.45 | 0.6 |
| Hex | C7 | BA | 6A | 0 | 7 | 2F | 16 | 34 | 2D | 3C |
| Octal | 307 | 272 | 152 | 0 | 7 | 57 | 26 | 64 | 55 | 74 |
| Binary | 11000111 | 10111010 | 1101010 | 0 | 111 | 101111 | 10110 | 110100 | 101101 | 111100 |
Color Harmonies of #C7BA6A
Complementary color
Monochromatic Colors of #C7BA6A
Black with #C7BA6A
Text Example
Text Example
White with #C7BA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA6A; }
p { color: rgb(199,186,106); }
H1.HeaderClassName
{
color: #C7BA6A;
}
.AnyTagClassName
{
color: #C7BA6A;
}
</style>
background-color css
<style>
a { background-color: #C7BA6A; }
a { background-color: rgb(199,186,106); }
div.DivClassName
{
background-color: #C7BA6A;
}
.BgClassName
{
background-color: #C7BA6A;
}
</style>
border-color css
<style>
span { border-color: #C7BA6A; }
span { border-color: rgb(199,186,106); }
td.TdClassName
{
border-color: #C7BA6A;
}
.TagClassName
{
border-color: #C7BA6A;
}
</style>