Shades of Dark Khaki #C3B66D
Tints of Dark Khaki #C3B66D
RGB
CMYK
RGB Variations
Color information
#C3B66D (or 0xC3B66D) is known color: Dark Khaki. HEX triplet: C3, B6 and 6D. RGB value is (195,182,109). Sum of RGB (Red+Green+Blue) = 195+182+109=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B66D is #3C4992. Grayscale: #B1B1B1. Windows color (decimal): -3950995 or 7190211. OLE color: 7190211.
HSL color Cylindrical-coordinate representation of color #C3B66D: hue angle of 50.93º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3B66D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 109 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.24 |
| HSL | 50.93º | 0.42% | 0.6% | - |
| HSV(B) | 50.93º | 0.44% | 0.76% | - |
| XYZ | 41.99 | 46.16 | 21.16 | - |
| YUV | 177.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 109 | 0 | 0.07 | 0.44 | 0.24 | 50.93 | 0.42 | 0.6 |
| Hex | C3 | B6 | 6D | 0 | 7 | 2C | 18 | 33 | 2A | 3C |
| Octal | 303 | 266 | 155 | 0 | 7 | 54 | 30 | 63 | 52 | 74 |
| Binary | 11000011 | 10110110 | 1101101 | 0 | 111 | 101100 | 11000 | 110011 | 101010 | 111100 |
Color Harmonies of #C3B66D
Complementary color
Monochromatic Colors of #C3B66D
Black with #C3B66D
Text Example
Text Example
White with #C3B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B66D; }
p { color: rgb(195,182,109); }
H1.HeaderClassName
{
color: #C3B66D;
}
.AnyTagClassName
{
color: #C3B66D;
}
</style>
background-color css
<style>
a { background-color: #C3B66D; }
a { background-color: rgb(195,182,109); }
div.DivClassName
{
background-color: #C3B66D;
}
.BgClassName
{
background-color: #C3B66D;
}
</style>
border-color css
<style>
span { border-color: #C3B66D; }
span { border-color: rgb(195,182,109); }
td.TdClassName
{
border-color: #C3B66D;
}
.TagClassName
{
border-color: #C3B66D;
}
</style>