Shades of Dark Khaki #C7BF6A
Tints of Dark Khaki #C7BF6A
RGB
CMYK
RGB Variations
Color information
#C7BF6A (or 0xC7BF6A) is known color: Dark Khaki. HEX triplet: C7, BF and 6A. RGB value is (199,191,106). Sum of RGB (Red+Green+Blue) = 199+191+106=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF6A is #384095. Grayscale: #B8B8B8. Windows color (decimal): -3686550 or 6995911. OLE color: 6995911.
HSL color Cylindrical-coordinate representation of color #C7BF6A: hue angle of 54.84º 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 #C7BF6A is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 106 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.22 |
| HSL | 54.84º | 0.45% | 0.6% | - |
| HSV(B) | 54.84º | 0.47% | 0.78% | - |
| XYZ | 44.79 | 50.44 | 21.01 | - |
| YUV | 183.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 106 | 0 | 0.04 | 0.47 | 0.22 | 54.84 | 0.45 | 0.6 |
| Hex | C7 | BF | 6A | 0 | 4 | 2F | 16 | 37 | 2D | 3C |
| Octal | 307 | 277 | 152 | 0 | 4 | 57 | 26 | 67 | 55 | 74 |
| Binary | 11000111 | 10111111 | 1101010 | 0 | 100 | 101111 | 10110 | 110111 | 101101 | 111100 |
Color Harmonies of #C7BF6A
Complementary color
Monochromatic Colors of #C7BF6A
Black with #C7BF6A
Text Example
Text Example
White with #C7BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF6A; }
p { color: rgb(199,191,106); }
H1.HeaderClassName
{
color: #C7BF6A;
}
.AnyTagClassName
{
color: #C7BF6A;
}
</style>
background-color css
<style>
a { background-color: #C7BF6A; }
a { background-color: rgb(199,191,106); }
div.DivClassName
{
background-color: #C7BF6A;
}
.BgClassName
{
background-color: #C7BF6A;
}
</style>
border-color css
<style>
span { border-color: #C7BF6A; }
span { border-color: rgb(199,191,106); }
td.TdClassName
{
border-color: #C7BF6A;
}
.TagClassName
{
border-color: #C7BF6A;
}
</style>