Shades of Dark Khaki #C6BD67
Tints of Dark Khaki #C6BD67
RGB
CMYK
RGB Variations
Color information
#C6BD67 (or 0xC6BD67) is known color: Dark Khaki. HEX triplet: C6, BD and 67. RGB value is (198,189,103). Sum of RGB (Red+Green+Blue) = 198+189+103=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD67 is #394298. Grayscale: #B6B6B6. Windows color (decimal): -3752601 or 6798790. OLE color: 6798790.
HSL color Cylindrical-coordinate representation of color #C6BD67: hue angle of 54.32º degrees, saturation: 0.45, 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 #C6BD67 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 103 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.22 |
| HSL | 54.32º | 0.45% | 0.59% | - |
| HSV(B) | 54.32º | 0.48% | 0.78% | - |
| XYZ | 43.93 | 49.38 | 20.05 | - |
| YUV | 181.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 103 | 0 | 0.05 | 0.48 | 0.22 | 54.32 | 0.45 | 0.59 |
| Hex | C6 | BD | 67 | 0 | 5 | 30 | 16 | 36 | 2D | 3B |
| Octal | 306 | 275 | 147 | 0 | 5 | 60 | 26 | 66 | 55 | 73 |
| Binary | 11000110 | 10111101 | 1100111 | 0 | 101 | 110000 | 10110 | 110110 | 101101 | 111011 |
Color Harmonies of #C6BD67
Complementary color
Monochromatic Colors of #C6BD67
Black with #C6BD67
Text Example
Text Example
White with #C6BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD67; }
p { color: rgb(198,189,103); }
H1.HeaderClassName
{
color: #C6BD67;
}
.AnyTagClassName
{
color: #C6BD67;
}
</style>
background-color css
<style>
a { background-color: #C6BD67; }
a { background-color: rgb(198,189,103); }
div.DivClassName
{
background-color: #C6BD67;
}
.BgClassName
{
background-color: #C6BD67;
}
</style>
border-color css
<style>
span { border-color: #C6BD67; }
span { border-color: rgb(198,189,103); }
td.TdClassName
{
border-color: #C6BD67;
}
.TagClassName
{
border-color: #C6BD67;
}
</style>