Shades of Dark Khaki #C3B766
Tints of Dark Khaki #C3B766
RGB
CMYK
RGB Variations
Color information
#C3B766 (or 0xC3B766) is known color: Dark Khaki. HEX triplet: C3, B7 and 66. RGB value is (195,183,102). Sum of RGB (Red+Green+Blue) = 195+183+102=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B766 is #3C4899. Grayscale: #B1B1B1. Windows color (decimal): -3950746 or 6731715. OLE color: 6731715.
HSL color Cylindrical-coordinate representation of color #C3B766: hue angle of 52.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3B766 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 102 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.24 |
| HSL | 52.26º | 0.44% | 0.58% | - |
| HSV(B) | 52.26º | 0.48% | 0.76% | - |
| XYZ | 41.84 | 46.43 | 19.33 | - |
| YUV | 177.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 102 | 0 | 0.06 | 0.48 | 0.24 | 52.26 | 0.44 | 0.58 |
| Hex | C3 | B7 | 66 | 0 | 6 | 30 | 18 | 34 | 2C | 3A |
| Octal | 303 | 267 | 146 | 0 | 6 | 60 | 30 | 64 | 54 | 72 |
| Binary | 11000011 | 10110111 | 1100110 | 0 | 110 | 110000 | 11000 | 110100 | 101100 | 111010 |
Color Harmonies of #C3B766
Complementary color
Monochromatic Colors of #C3B766
Black with #C3B766
Text Example
Text Example
White with #C3B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B766; }
p { color: rgb(195,183,102); }
H1.HeaderClassName
{
color: #C3B766;
}
.AnyTagClassName
{
color: #C3B766;
}
</style>
background-color css
<style>
a { background-color: #C3B766; }
a { background-color: rgb(195,183,102); }
div.DivClassName
{
background-color: #C3B766;
}
.BgClassName
{
background-color: #C3B766;
}
</style>
border-color css
<style>
span { border-color: #C3B766; }
span { border-color: rgb(195,183,102); }
td.TdClassName
{
border-color: #C3B766;
}
.TagClassName
{
border-color: #C3B766;
}
</style>