Shades of Dark Khaki #C1BB68
Tints of Dark Khaki #C1BB68
RGB
CMYK
RGB Variations
Color information
#C1BB68 (or 0xC1BB68) is known color: Dark Khaki. HEX triplet: C1, BB and 68. RGB value is (193,187,104). Sum of RGB (Red+Green+Blue) = 193+187+104=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB68 is #3E4497. Grayscale: #B3B3B3. Windows color (decimal): -4080792 or 6863809. OLE color: 6863809.
HSL color Cylindrical-coordinate representation of color #C1BB68: hue angle of 55.96º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1BB68 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 104 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.24 |
| HSL | 55.96º | 0.42% | 0.58% | - |
| HSV(B) | 55.96º | 0.46% | 0.76% | - |
| XYZ | 42.26 | 47.88 | 20.11 | - |
| YUV | 179.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 104 | 0 | 0.03 | 0.46 | 0.24 | 55.96 | 0.42 | 0.58 |
| Hex | C1 | BB | 68 | 0 | 3 | 2E | 18 | 38 | 2A | 3A |
| Octal | 301 | 273 | 150 | 0 | 3 | 56 | 30 | 70 | 52 | 72 |
| Binary | 11000001 | 10111011 | 1101000 | 0 | 11 | 101110 | 11000 | 111000 | 101010 | 111010 |
Color Harmonies of #C1BB68
Complementary color
Monochromatic Colors of #C1BB68
Black with #C1BB68
Text Example
Text Example
White with #C1BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB68; }
p { color: rgb(193,187,104); }
H1.HeaderClassName
{
color: #C1BB68;
}
.AnyTagClassName
{
color: #C1BB68;
}
</style>
background-color css
<style>
a { background-color: #C1BB68; }
a { background-color: rgb(193,187,104); }
div.DivClassName
{
background-color: #C1BB68;
}
.BgClassName
{
background-color: #C1BB68;
}
</style>
border-color css
<style>
span { border-color: #C1BB68; }
span { border-color: rgb(193,187,104); }
td.TdClassName
{
border-color: #C1BB68;
}
.TagClassName
{
border-color: #C1BB68;
}
</style>