Shades of Dark Khaki #C4BF67
Tints of Dark Khaki #C4BF67
RGB
CMYK
RGB Variations
Color information
#C4BF67 (or 0xC4BF67) is known color: Dark Khaki. HEX triplet: C4, BF and 67. RGB value is (196,191,103). Sum of RGB (Red+Green+Blue) = 196+191+103=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF67 is #3B4098. Grayscale: #B6B6B6. Windows color (decimal): -3883161 or 6799300. OLE color: 6799300.
HSL color Cylindrical-coordinate representation of color #C4BF67: hue angle of 56.77º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4BF67 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 103 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.23 |
| HSL | 56.77º | 0.44% | 0.59% | - |
| HSV(B) | 56.77º | 0.47% | 0.77% | - |
| XYZ | 43.84 | 49.98 | 20.17 | - |
| YUV | 182.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 103 | 0 | 0.03 | 0.47 | 0.23 | 56.77 | 0.44 | 0.59 |
| Hex | C4 | BF | 67 | 0 | 3 | 2F | 17 | 39 | 2C | 3B |
| Octal | 304 | 277 | 147 | 0 | 3 | 57 | 27 | 71 | 54 | 73 |
| Binary | 11000100 | 10111111 | 1100111 | 0 | 11 | 101111 | 10111 | 111001 | 101100 | 111011 |
Color Harmonies of #C4BF67
Complementary color
Monochromatic Colors of #C4BF67
Black with #C4BF67
Text Example
Text Example
White with #C4BF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF67; }
p { color: rgb(196,191,103); }
H1.HeaderClassName
{
color: #C4BF67;
}
.AnyTagClassName
{
color: #C4BF67;
}
</style>
background-color css
<style>
a { background-color: #C4BF67; }
a { background-color: rgb(196,191,103); }
div.DivClassName
{
background-color: #C4BF67;
}
.BgClassName
{
background-color: #C4BF67;
}
</style>
border-color css
<style>
span { border-color: #C4BF67; }
span { border-color: rgb(196,191,103); }
td.TdClassName
{
border-color: #C4BF67;
}
.TagClassName
{
border-color: #C4BF67;
}
</style>