Shades of Dark Khaki #C1B06D
Tints of Dark Khaki #C1B06D
RGB
CMYK
RGB Variations
Color information
#C1B06D (or 0xC1B06D) is known color: Dark Khaki. HEX triplet: C1, B0 and 6D. RGB value is (193,176,109). Sum of RGB (Red+Green+Blue) = 193+176+109=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B06D is #3E4F92. Grayscale: #ADADAD. Windows color (decimal): -4083603 or 7188673. OLE color: 7188673.
HSL color Cylindrical-coordinate representation of color #C1B06D: hue angle of 47.86º 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 #C1B06D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 109 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.24 |
| HSL | 47.86º | 0.4% | 0.59% | - |
| HSV(B) | 47.86º | 0.44% | 0.76% | - |
| XYZ | 40.28 | 43.49 | 20.74 | - |
| YUV | 173.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 109 | 0 | 0.09 | 0.44 | 0.24 | 47.86 | 0.4 | 0.59 |
| Hex | C1 | B0 | 6D | 0 | 9 | 2C | 18 | 30 | 28 | 3B |
| Octal | 301 | 260 | 155 | 0 | 11 | 54 | 30 | 60 | 50 | 73 |
| Binary | 11000001 | 10110000 | 1101101 | 0 | 1001 | 101100 | 11000 | 110000 | 101000 | 111011 |
Color Harmonies of #C1B06D
Complementary color
Monochromatic Colors of #C1B06D
Black with #C1B06D
Text Example
Text Example
White with #C1B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B06D; }
p { color: rgb(193,176,109); }
H1.HeaderClassName
{
color: #C1B06D;
}
.AnyTagClassName
{
color: #C1B06D;
}
</style>
background-color css
<style>
a { background-color: #C1B06D; }
a { background-color: rgb(193,176,109); }
div.DivClassName
{
background-color: #C1B06D;
}
.BgClassName
{
background-color: #C1B06D;
}
</style>
border-color css
<style>
span { border-color: #C1B06D; }
span { border-color: rgb(193,176,109); }
td.TdClassName
{
border-color: #C1B06D;
}
.TagClassName
{
border-color: #C1B06D;
}
</style>