Shades of Dark Khaki #C1B673
Tints of Dark Khaki #C1B673
RGB
CMYK
RGB Variations
Color information
#C1B673 (or 0xC1B673) is known color: Dark Khaki. HEX triplet: C1, B6 and 73. RGB value is (193,182,115). Sum of RGB (Red+Green+Blue) = 193+182+115=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B673 is #3E498C. Grayscale: #B1B1B1. Windows color (decimal): -4082061 or 7583425. OLE color: 7583425.
HSL color Cylindrical-coordinate representation of color #C1B673: hue angle of 51.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1B673 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 115 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.24 |
| HSL | 51.54º | 0.39% | 0.6% | - |
| HSV(B) | 51.54º | 0.4% | 0.76% | - |
| XYZ | 41.81 | 46.03 | 22.9 | - |
| YUV | 177.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 115 | 0 | 0.06 | 0.40 | 0.24 | 51.54 | 0.39 | 0.6 |
| Hex | C1 | B6 | 73 | 0 | 6 | 28 | 18 | 34 | 27 | 3C |
| Octal | 301 | 266 | 163 | 0 | 6 | 50 | 30 | 64 | 47 | 74 |
| Binary | 11000001 | 10110110 | 1110011 | 0 | 110 | 101000 | 11000 | 110100 | 100111 | 111100 |
Color Harmonies of #C1B673
Complementary color
Monochromatic Colors of #C1B673
Black with #C1B673
Text Example
Text Example
White with #C1B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B673; }
p { color: rgb(193,182,115); }
H1.HeaderClassName
{
color: #C1B673;
}
.AnyTagClassName
{
color: #C1B673;
}
</style>
background-color css
<style>
a { background-color: #C1B673; }
a { background-color: rgb(193,182,115); }
div.DivClassName
{
background-color: #C1B673;
}
.BgClassName
{
background-color: #C1B673;
}
</style>
border-color css
<style>
span { border-color: #C1B673; }
span { border-color: rgb(193,182,115); }
td.TdClassName
{
border-color: #C1B673;
}
.TagClassName
{
border-color: #C1B673;
}
</style>