Shades of Dark Khaki #C1B66A
Tints of Dark Khaki #C1B66A
RGB
CMYK
RGB Variations
Color information
#C1B66A (or 0xC1B66A) is known color: Dark Khaki. HEX triplet: C1, B6 and 6A. RGB value is (193,182,106). Sum of RGB (Red+Green+Blue) = 193+182+106=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B66A is #3E4995. Grayscale: #B0B0B0. Windows color (decimal): -4082070 or 6993601. OLE color: 6993601.
HSL color Cylindrical-coordinate representation of color #C1B66A: hue angle of 52.41º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1B66A is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 106 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.24 |
| HSL | 52.41º | 0.41% | 0.59% | - |
| HSV(B) | 52.41º | 0.45% | 0.76% | - |
| XYZ | 41.32 | 45.83 | 20.3 | - |
| YUV | 176.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 106 | 0 | 0.06 | 0.45 | 0.24 | 52.41 | 0.41 | 0.59 |
| Hex | C1 | B6 | 6A | 0 | 6 | 2D | 18 | 34 | 29 | 3B |
| Octal | 301 | 266 | 152 | 0 | 6 | 55 | 30 | 64 | 51 | 73 |
| Binary | 11000001 | 10110110 | 1101010 | 0 | 110 | 101101 | 11000 | 110100 | 101001 | 111011 |
Color Harmonies of #C1B66A
Complementary color
Monochromatic Colors of #C1B66A
Black with #C1B66A
Text Example
Text Example
White with #C1B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B66A; }
p { color: rgb(193,182,106); }
H1.HeaderClassName
{
color: #C1B66A;
}
.AnyTagClassName
{
color: #C1B66A;
}
</style>
background-color css
<style>
a { background-color: #C1B66A; }
a { background-color: rgb(193,182,106); }
div.DivClassName
{
background-color: #C1B66A;
}
.BgClassName
{
background-color: #C1B66A;
}
</style>
border-color css
<style>
span { border-color: #C1B66A; }
span { border-color: rgb(193,182,106); }
td.TdClassName
{
border-color: #C1B66A;
}
.TagClassName
{
border-color: #C1B66A;
}
</style>