Shades of Dark Khaki #C6BA65
Tints of Dark Khaki #C6BA65
RGB
CMYK
RGB Variations
Color information
#C6BA65 (or 0xC6BA65) is known color: Dark Khaki. HEX triplet: C6, BA and 65. RGB value is (198,186,101). Sum of RGB (Red+Green+Blue) = 198+186+101=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA65 is #39459A. Grayscale: #B4B4B4. Windows color (decimal): -3753371 or 6666950. OLE color: 6666950.
HSL color Cylindrical-coordinate representation of color #C6BA65: hue angle of 52.58º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6BA65 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 101 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.22 |
| HSL | 52.58º | 0.46% | 0.59% | - |
| HSV(B) | 52.58º | 0.49% | 0.78% | - |
| XYZ | 43.2 | 48.06 | 19.31 | - |
| YUV | 179.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 101 | 0 | 0.06 | 0.49 | 0.22 | 52.58 | 0.46 | 0.59 |
| Hex | C6 | BA | 65 | 0 | 6 | 31 | 16 | 35 | 2E | 3B |
| Octal | 306 | 272 | 145 | 0 | 6 | 61 | 26 | 65 | 56 | 73 |
| Binary | 11000110 | 10111010 | 1100101 | 0 | 110 | 110001 | 10110 | 110101 | 101110 | 111011 |
Color Harmonies of #C6BA65
Complementary color
Monochromatic Colors of #C6BA65
Black with #C6BA65
Text Example
Text Example
White with #C6BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA65; }
p { color: rgb(198,186,101); }
H1.HeaderClassName
{
color: #C6BA65;
}
.AnyTagClassName
{
color: #C6BA65;
}
</style>
background-color css
<style>
a { background-color: #C6BA65; }
a { background-color: rgb(198,186,101); }
div.DivClassName
{
background-color: #C6BA65;
}
.BgClassName
{
background-color: #C6BA65;
}
</style>
border-color css
<style>
span { border-color: #C6BA65; }
span { border-color: rgb(198,186,101); }
td.TdClassName
{
border-color: #C6BA65;
}
.TagClassName
{
border-color: #C6BA65;
}
</style>