Shades of Dark Khaki #C7BF6D
Tints of Dark Khaki #C7BF6D
RGB
CMYK
RGB Variations
Color information
#C7BF6D (or 0xC7BF6D) is known color: Dark Khaki. HEX triplet: C7, BF and 6D. RGB value is (199,191,109). Sum of RGB (Red+Green+Blue) = 199+191+109=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF6D is #384092. Grayscale: #B8B8B8. Windows color (decimal): -3686547 or 7192519. OLE color: 7192519.
HSL color Cylindrical-coordinate representation of color #C7BF6D: hue angle of 54.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7BF6D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 109 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.22 |
| HSL | 54.67º | 0.45% | 0.6% | - |
| HSV(B) | 54.67º | 0.45% | 0.78% | - |
| XYZ | 44.94 | 50.51 | 21.85 | - |
| YUV | 184.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 109 | 0 | 0.04 | 0.45 | 0.22 | 54.67 | 0.45 | 0.6 |
| Hex | C7 | BF | 6D | 0 | 4 | 2D | 16 | 37 | 2D | 3C |
| Octal | 307 | 277 | 155 | 0 | 4 | 55 | 26 | 67 | 55 | 74 |
| Binary | 11000111 | 10111111 | 1101101 | 0 | 100 | 101101 | 10110 | 110111 | 101101 | 111100 |
Color Harmonies of #C7BF6D
Complementary color
Monochromatic Colors of #C7BF6D
Black with #C7BF6D
Text Example
Text Example
White with #C7BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF6D; }
p { color: rgb(199,191,109); }
H1.HeaderClassName
{
color: #C7BF6D;
}
.AnyTagClassName
{
color: #C7BF6D;
}
</style>
background-color css
<style>
a { background-color: #C7BF6D; }
a { background-color: rgb(199,191,109); }
div.DivClassName
{
background-color: #C7BF6D;
}
.BgClassName
{
background-color: #C7BF6D;
}
</style>
border-color css
<style>
span { border-color: #C7BF6D; }
span { border-color: rgb(199,191,109); }
td.TdClassName
{
border-color: #C7BF6D;
}
.TagClassName
{
border-color: #C7BF6D;
}
</style>