Shades of Dark Khaki #C4BF6D
Tints of Dark Khaki #C4BF6D
RGB
CMYK
RGB Variations
Color information
#C4BF6D (or 0xC4BF6D) is known color: Dark Khaki. HEX triplet: C4, BF and 6D. RGB value is (196,191,109). Sum of RGB (Red+Green+Blue) = 196+191+109=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF6D is #3B4092. Grayscale: #B7B7B7. Windows color (decimal): -3883155 or 7192516. OLE color: 7192516.
HSL color Cylindrical-coordinate representation of color #C4BF6D: hue angle of 56.55º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4BF6D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 109 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.23 |
| HSL | 56.55º | 0.42% | 0.6% | - |
| HSV(B) | 56.55º | 0.44% | 0.77% | - |
| XYZ | 44.16 | 50.1 | 21.81 | - |
| YUV | 183.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 109 | 0 | 0.03 | 0.44 | 0.23 | 56.55 | 0.42 | 0.6 |
| Hex | C4 | BF | 6D | 0 | 3 | 2C | 17 | 39 | 2A | 3C |
| Octal | 304 | 277 | 155 | 0 | 3 | 54 | 27 | 71 | 52 | 74 |
| Binary | 11000100 | 10111111 | 1101101 | 0 | 11 | 101100 | 10111 | 111001 | 101010 | 111100 |
Color Harmonies of #C4BF6D
Complementary color
Monochromatic Colors of #C4BF6D
Black with #C4BF6D
Text Example
Text Example
White with #C4BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF6D; }
p { color: rgb(196,191,109); }
H1.HeaderClassName
{
color: #C4BF6D;
}
.AnyTagClassName
{
color: #C4BF6D;
}
</style>
background-color css
<style>
a { background-color: #C4BF6D; }
a { background-color: rgb(196,191,109); }
div.DivClassName
{
background-color: #C4BF6D;
}
.BgClassName
{
background-color: #C4BF6D;
}
</style>
border-color css
<style>
span { border-color: #C4BF6D; }
span { border-color: rgb(196,191,109); }
td.TdClassName
{
border-color: #C4BF6D;
}
.TagClassName
{
border-color: #C4BF6D;
}
</style>