Shades of Dark Khaki #C6BF68
Tints of Dark Khaki #C6BF68
RGB
CMYK
RGB Variations
Color information
#C6BF68 (or 0xC6BF68) is known color: Dark Khaki. HEX triplet: C6, BF and 68. RGB value is (198,191,104). Sum of RGB (Red+Green+Blue) = 198+191+104=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF68 is #394097. Grayscale: #B7B7B7. Windows color (decimal): -3752088 or 6864838. OLE color: 6864838.
HSL color Cylindrical-coordinate representation of color #C6BF68: hue angle of 55.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6BF68 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 104 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.22 |
| HSL | 55.53º | 0.45% | 0.59% | - |
| HSV(B) | 55.53º | 0.47% | 0.78% | - |
| XYZ | 44.42 | 50.27 | 20.46 | - |
| YUV | 183.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 104 | 0 | 0.04 | 0.47 | 0.22 | 55.53 | 0.45 | 0.59 |
| Hex | C6 | BF | 68 | 0 | 4 | 2F | 16 | 38 | 2D | 3B |
| Octal | 306 | 277 | 150 | 0 | 4 | 57 | 26 | 70 | 55 | 73 |
| Binary | 11000110 | 10111111 | 1101000 | 0 | 100 | 101111 | 10110 | 111000 | 101101 | 111011 |
Color Harmonies of #C6BF68
Complementary color
Monochromatic Colors of #C6BF68
Black with #C6BF68
Text Example
Text Example
White with #C6BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF68; }
p { color: rgb(198,191,104); }
H1.HeaderClassName
{
color: #C6BF68;
}
.AnyTagClassName
{
color: #C6BF68;
}
</style>
background-color css
<style>
a { background-color: #C6BF68; }
a { background-color: rgb(198,191,104); }
div.DivClassName
{
background-color: #C6BF68;
}
.BgClassName
{
background-color: #C6BF68;
}
</style>
border-color css
<style>
span { border-color: #C6BF68; }
span { border-color: rgb(198,191,104); }
td.TdClassName
{
border-color: #C6BF68;
}
.TagClassName
{
border-color: #C6BF68;
}
</style>