Shades of Dark Khaki #C3B76D
Tints of Dark Khaki #C3B76D
RGB
CMYK
RGB Variations
Color information
#C3B76D (or 0xC3B76D) is known color: Dark Khaki. HEX triplet: C3, B7 and 6D. RGB value is (195,183,109). Sum of RGB (Red+Green+Blue) = 195+183+109=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B76D is #3C4892. Grayscale: #B2B2B2. Windows color (decimal): -3950739 or 7190467. OLE color: 7190467.
HSL color Cylindrical-coordinate representation of color #C3B76D: hue angle of 51.63º 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 #C3B76D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 109 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.24 |
| HSL | 51.63º | 0.42% | 0.6% | - |
| HSV(B) | 51.63º | 0.44% | 0.76% | - |
| XYZ | 42.2 | 46.57 | 21.23 | - |
| YUV | 178.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 109 | 0 | 0.06 | 0.44 | 0.24 | 51.63 | 0.42 | 0.6 |
| Hex | C3 | B7 | 6D | 0 | 6 | 2C | 18 | 34 | 2A | 3C |
| Octal | 303 | 267 | 155 | 0 | 6 | 54 | 30 | 64 | 52 | 74 |
| Binary | 11000011 | 10110111 | 1101101 | 0 | 110 | 101100 | 11000 | 110100 | 101010 | 111100 |
Color Harmonies of #C3B76D
Complementary color
Monochromatic Colors of #C3B76D
Black with #C3B76D
Text Example
Text Example
White with #C3B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B76D; }
p { color: rgb(195,183,109); }
H1.HeaderClassName
{
color: #C3B76D;
}
.AnyTagClassName
{
color: #C3B76D;
}
</style>
background-color css
<style>
a { background-color: #C3B76D; }
a { background-color: rgb(195,183,109); }
div.DivClassName
{
background-color: #C3B76D;
}
.BgClassName
{
background-color: #C3B76D;
}
</style>
border-color css
<style>
span { border-color: #C3B76D; }
span { border-color: rgb(195,183,109); }
td.TdClassName
{
border-color: #C3B76D;
}
.TagClassName
{
border-color: #C3B76D;
}
</style>