Shades of Dark Khaki #C7B767
Tints of Dark Khaki #C7B767
RGB
CMYK
RGB Variations
Color information
#C7B767 (or 0xC7B767) is known color: Dark Khaki. HEX triplet: C7, B7 and 67. RGB value is (199,183,103). Sum of RGB (Red+Green+Blue) = 199+183+103=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B767 is #384898. Grayscale: #B3B3B3. Windows color (decimal): -3688601 or 6797255. OLE color: 6797255.
HSL color Cylindrical-coordinate representation of color #C7B767: hue angle of 50º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7B767 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 103 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.22 |
| HSL | 50º | 0.46% | 0.59% | - |
| HSV(B) | 50º | 0.48% | 0.78% | - |
| XYZ | 42.93 | 46.99 | 19.64 | - |
| YUV | 178.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 103 | 0 | 0.08 | 0.48 | 0.22 | 50 | 0.46 | 0.59 |
| Hex | C7 | B7 | 67 | 0 | 8 | 30 | 16 | 32 | 2E | 3B |
| Octal | 307 | 267 | 147 | 0 | 10 | 60 | 26 | 62 | 56 | 73 |
| Binary | 11000111 | 10110111 | 1100111 | 0 | 1000 | 110000 | 10110 | 110010 | 101110 | 111011 |
Color Harmonies of #C7B767
Complementary color
Monochromatic Colors of #C7B767
Black with #C7B767
Text Example
Text Example
White with #C7B767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B767; }
p { color: rgb(199,183,103); }
H1.HeaderClassName
{
color: #C7B767;
}
.AnyTagClassName
{
color: #C7B767;
}
</style>
background-color css
<style>
a { background-color: #C7B767; }
a { background-color: rgb(199,183,103); }
div.DivClassName
{
background-color: #C7B767;
}
.BgClassName
{
background-color: #C7B767;
}
</style>
border-color css
<style>
span { border-color: #C7B767; }
span { border-color: rgb(199,183,103); }
td.TdClassName
{
border-color: #C7B767;
}
.TagClassName
{
border-color: #C7B767;
}
</style>