Shades of Dark Khaki #C7B56B
Tints of Dark Khaki #C7B56B
RGB
CMYK
RGB Variations
Color information
#C7B56B (or 0xC7B56B) is known color: Dark Khaki. HEX triplet: C7, B5 and 6B. RGB value is (199,181,107). Sum of RGB (Red+Green+Blue) = 199+181+107=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B56B is #384A94. Grayscale: #B2B2B2. Windows color (decimal): -3689109 or 7058887. OLE color: 7058887.
HSL color Cylindrical-coordinate representation of color #C7B56B: hue angle of 48.26º 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 #C7B56B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 107 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.22 |
| HSL | 48.26º | 0.45% | 0.6% | - |
| HSV(B) | 48.26º | 0.46% | 0.78% | - |
| XYZ | 42.73 | 46.25 | 20.59 | - |
| YUV | 177.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 107 | 0 | 0.09 | 0.46 | 0.22 | 48.26 | 0.45 | 0.6 |
| Hex | C7 | B5 | 6B | 0 | 9 | 2E | 16 | 30 | 2D | 3C |
| Octal | 307 | 265 | 153 | 0 | 11 | 56 | 26 | 60 | 55 | 74 |
| Binary | 11000111 | 10110101 | 1101011 | 0 | 1001 | 101110 | 10110 | 110000 | 101101 | 111100 |
Color Harmonies of #C7B56B
Complementary color
Monochromatic Colors of #C7B56B
Black with #C7B56B
Text Example
Text Example
White with #C7B56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B56B; }
p { color: rgb(199,181,107); }
H1.HeaderClassName
{
color: #C7B56B;
}
.AnyTagClassName
{
color: #C7B56B;
}
</style>
background-color css
<style>
a { background-color: #C7B56B; }
a { background-color: rgb(199,181,107); }
div.DivClassName
{
background-color: #C7B56B;
}
.BgClassName
{
background-color: #C7B56B;
}
</style>
border-color css
<style>
span { border-color: #C7B56B; }
span { border-color: rgb(199,181,107); }
td.TdClassName
{
border-color: #C7B56B;
}
.TagClassName
{
border-color: #C7B56B;
}
</style>