Shades of Dark Khaki #C7BB67
Tints of Dark Khaki #C7BB67
RGB
CMYK
RGB Variations
Color information
#C7BB67 (or 0xC7BB67) is known color: Dark Khaki. HEX triplet: C7, BB and 67. RGB value is (199,187,103). Sum of RGB (Red+Green+Blue) = 199+187+103=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB67 is #384498. Grayscale: #B5B5B5. Windows color (decimal): -3687577 or 6798279. OLE color: 6798279.
HSL color Cylindrical-coordinate representation of color #C7BB67: hue angle of 52.5º 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 #C7BB67 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 103 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.22 |
| HSL | 52.5º | 0.46% | 0.59% | - |
| HSV(B) | 52.5º | 0.48% | 0.78% | - |
| XYZ | 43.77 | 48.66 | 19.92 | - |
| YUV | 181.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 103 | 0 | 0.06 | 0.48 | 0.22 | 52.5 | 0.46 | 0.59 |
| Hex | C7 | BB | 67 | 0 | 6 | 30 | 16 | 34 | 2E | 3B |
| Octal | 307 | 273 | 147 | 0 | 6 | 60 | 26 | 64 | 56 | 73 |
| Binary | 11000111 | 10111011 | 1100111 | 0 | 110 | 110000 | 10110 | 110100 | 101110 | 111011 |
Color Harmonies of #C7BB67
Complementary color
Monochromatic Colors of #C7BB67
Black with #C7BB67
Text Example
Text Example
White with #C7BB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB67; }
p { color: rgb(199,187,103); }
H1.HeaderClassName
{
color: #C7BB67;
}
.AnyTagClassName
{
color: #C7BB67;
}
</style>
background-color css
<style>
a { background-color: #C7BB67; }
a { background-color: rgb(199,187,103); }
div.DivClassName
{
background-color: #C7BB67;
}
.BgClassName
{
background-color: #C7BB67;
}
</style>
border-color css
<style>
span { border-color: #C7BB67; }
span { border-color: rgb(199,187,103); }
td.TdClassName
{
border-color: #C7BB67;
}
.TagClassName
{
border-color: #C7BB67;
}
</style>