Shades of Dark Khaki #C6BF6A
Tints of Dark Khaki #C6BF6A
RGB
CMYK
RGB Variations
Color information
#C6BF6A (or 0xC6BF6A) is known color: Dark Khaki. HEX triplet: C6, BF and 6A. RGB value is (198,191,106). Sum of RGB (Red+Green+Blue) = 198+191+106=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF6A is #394095. Grayscale: #B7B7B7. Windows color (decimal): -3752086 or 6995910. OLE color: 6995910.
HSL color Cylindrical-coordinate representation of color #C6BF6A: hue angle of 55.43º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6BF6A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 106 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.22 |
| HSL | 55.43º | 0.45% | 0.6% | - |
| HSV(B) | 55.43º | 0.46% | 0.78% | - |
| XYZ | 44.52 | 50.31 | 21 | - |
| YUV | 183.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 106 | 0 | 0.04 | 0.46 | 0.22 | 55.43 | 0.45 | 0.6 |
| Hex | C6 | BF | 6A | 0 | 4 | 2E | 16 | 37 | 2D | 3C |
| Octal | 306 | 277 | 152 | 0 | 4 | 56 | 26 | 67 | 55 | 74 |
| Binary | 11000110 | 10111111 | 1101010 | 0 | 100 | 101110 | 10110 | 110111 | 101101 | 111100 |
Color Harmonies of #C6BF6A
Complementary color
Monochromatic Colors of #C6BF6A
Black with #C6BF6A
Text Example
Text Example
White with #C6BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF6A; }
p { color: rgb(198,191,106); }
H1.HeaderClassName
{
color: #C6BF6A;
}
.AnyTagClassName
{
color: #C6BF6A;
}
</style>
background-color css
<style>
a { background-color: #C6BF6A; }
a { background-color: rgb(198,191,106); }
div.DivClassName
{
background-color: #C6BF6A;
}
.BgClassName
{
background-color: #C6BF6A;
}
</style>
border-color css
<style>
span { border-color: #C6BF6A; }
span { border-color: rgb(198,191,106); }
td.TdClassName
{
border-color: #C6BF6A;
}
.TagClassName
{
border-color: #C6BF6A;
}
</style>