Shades of Dark Khaki #C1BE6B
Tints of Dark Khaki #C1BE6B
RGB
CMYK
RGB Variations
Color information
#C1BE6B (or 0xC1BE6B) is known color: Dark Khaki. HEX triplet: C1, BE and 6B. RGB value is (193,190,107). Sum of RGB (Red+Green+Blue) = 193+190+107=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE6B is #3E4194. Grayscale: #B5B5B5. Windows color (decimal): -4080021 or 7061185. OLE color: 7061185.
HSL color Cylindrical-coordinate representation of color #C1BE6B: hue angle of 57.91º 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 #C1BE6B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 107 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.24 |
| HSL | 57.91º | 0.41% | 0.59% | - |
| HSV(B) | 57.91º | 0.45% | 0.76% | - |
| XYZ | 43.06 | 49.23 | 21.14 | - |
| YUV | 181.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 107 | 0 | 0.02 | 0.45 | 0.24 | 57.91 | 0.41 | 0.59 |
| Hex | C1 | BE | 6B | 0 | 2 | 2D | 18 | 3A | 29 | 3B |
| Octal | 301 | 276 | 153 | 0 | 2 | 55 | 30 | 72 | 51 | 73 |
| Binary | 11000001 | 10111110 | 1101011 | 0 | 10 | 101101 | 11000 | 111010 | 101001 | 111011 |
Color Harmonies of #C1BE6B
Complementary color
Monochromatic Colors of #C1BE6B
Black with #C1BE6B
Text Example
Text Example
White with #C1BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE6B; }
p { color: rgb(193,190,107); }
H1.HeaderClassName
{
color: #C1BE6B;
}
.AnyTagClassName
{
color: #C1BE6B;
}
</style>
background-color css
<style>
a { background-color: #C1BE6B; }
a { background-color: rgb(193,190,107); }
div.DivClassName
{
background-color: #C1BE6B;
}
.BgClassName
{
background-color: #C1BE6B;
}
</style>
border-color css
<style>
span { border-color: #C1BE6B; }
span { border-color: rgb(193,190,107); }
td.TdClassName
{
border-color: #C1BE6B;
}
.TagClassName
{
border-color: #C1BE6B;
}
</style>