Shades of Dark Khaki #C6B669
Tints of Dark Khaki #C6B669
RGB
CMYK
RGB Variations
Color information
#C6B669 (or 0xC6B669) is known color: Dark Khaki. HEX triplet: C6, B6 and 69. RGB value is (198,182,105). Sum of RGB (Red+Green+Blue) = 198+182+105=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B669 is #394996. Grayscale: #B2B2B2. Windows color (decimal): -3754391 or 6928070. OLE color: 6928070.
HSL color Cylindrical-coordinate representation of color #C6B669: hue angle of 49.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6B669 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 105 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.22 |
| HSL | 49.68º | 0.45% | 0.59% | - |
| HSV(B) | 49.68º | 0.47% | 0.78% | - |
| XYZ | 42.57 | 46.48 | 20.09 | - |
| YUV | 178.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 105 | 0 | 0.08 | 0.47 | 0.22 | 49.68 | 0.45 | 0.59 |
| Hex | C6 | B6 | 69 | 0 | 8 | 2F | 16 | 32 | 2D | 3B |
| Octal | 306 | 266 | 151 | 0 | 10 | 57 | 26 | 62 | 55 | 73 |
| Binary | 11000110 | 10110110 | 1101001 | 0 | 1000 | 101111 | 10110 | 110010 | 101101 | 111011 |
Color Harmonies of #C6B669
Complementary color
Monochromatic Colors of #C6B669
Black with #C6B669
Text Example
Text Example
White with #C6B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B669; }
p { color: rgb(198,182,105); }
H1.HeaderClassName
{
color: #C6B669;
}
.AnyTagClassName
{
color: #C6B669;
}
</style>
background-color css
<style>
a { background-color: #C6B669; }
a { background-color: rgb(198,182,105); }
div.DivClassName
{
background-color: #C6B669;
}
.BgClassName
{
background-color: #C6B669;
}
</style>
border-color css
<style>
span { border-color: #C6B669; }
span { border-color: rgb(198,182,105); }
td.TdClassName
{
border-color: #C6B669;
}
.TagClassName
{
border-color: #C6B669;
}
</style>