Shades of Dark Khaki #C1BF6D
Tints of Dark Khaki #C1BF6D
RGB
CMYK
RGB Variations
Color information
#C1BF6D (or 0xC1BF6D) is known color: Dark Khaki. HEX triplet: C1, BF and 6D. RGB value is (193,191,109). Sum of RGB (Red+Green+Blue) = 193+191+109=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF6D is #3E4092. Grayscale: #B6B6B6. Windows color (decimal): -4079763 or 7192513. OLE color: 7192513.
HSL color Cylindrical-coordinate representation of color #C1BF6D: hue angle of 58.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1BF6D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 109 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.24 |
| HSL | 58.57º | 0.4% | 0.59% | - |
| HSV(B) | 58.57º | 0.44% | 0.76% | - |
| XYZ | 43.38 | 49.7 | 21.78 | - |
| YUV | 182.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 109 | 0 | 0.01 | 0.44 | 0.24 | 58.57 | 0.4 | 0.59 |
| Hex | C1 | BF | 6D | 0 | 1 | 2C | 18 | 3B | 28 | 3B |
| Octal | 301 | 277 | 155 | 0 | 1 | 54 | 30 | 73 | 50 | 73 |
| Binary | 11000001 | 10111111 | 1101101 | 0 | 1 | 101100 | 11000 | 111011 | 101000 | 111011 |
Color Harmonies of #C1BF6D
Complementary color
Monochromatic Colors of #C1BF6D
Black with #C1BF6D
Text Example
Text Example
White with #C1BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF6D; }
p { color: rgb(193,191,109); }
H1.HeaderClassName
{
color: #C1BF6D;
}
.AnyTagClassName
{
color: #C1BF6D;
}
</style>
background-color css
<style>
a { background-color: #C1BF6D; }
a { background-color: rgb(193,191,109); }
div.DivClassName
{
background-color: #C1BF6D;
}
.BgClassName
{
background-color: #C1BF6D;
}
</style>
border-color css
<style>
span { border-color: #C1BF6D; }
span { border-color: rgb(193,191,109); }
td.TdClassName
{
border-color: #C1BF6D;
}
.TagClassName
{
border-color: #C1BF6D;
}
</style>