Shades of Dark Khaki #CBC76B
Tints of Dark Khaki #CBC76B
RGB
CMYK
RGB Variations
Color information
#CBC76B (or 0xCBC76B) is known color: Dark Khaki. HEX triplet: CB, C7 and 6B. RGB value is (203,199,107). Sum of RGB (Red+Green+Blue) = 203+199+107=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC76B is #343894. Grayscale: #BEBEBE. Windows color (decimal): -3422357 or 7063499. OLE color: 7063499.
HSL color Cylindrical-coordinate representation of color #CBC76B: hue angle of 57.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBC76B is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 107 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.20 |
| HSL | 57.5º | 0.48% | 0.61% | - |
| HSV(B) | 57.5º | 0.47% | 0.8% | - |
| XYZ | 47.71 | 54.6 | 21.94 | - |
| YUV | 189.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 107 | 0 | 0.02 | 0.47 | 0.20 | 57.5 | 0.48 | 0.61 |
| Hex | CB | C7 | 6B | 0 | 2 | 2F | 14 | 3A | 30 | 3D |
| Octal | 313 | 307 | 153 | 0 | 2 | 57 | 24 | 72 | 60 | 75 |
| Binary | 11001011 | 11000111 | 1101011 | 0 | 10 | 101111 | 10100 | 111010 | 110000 | 111101 |
Color Harmonies of #CBC76B
Complementary color
Monochromatic Colors of #CBC76B
Black with #CBC76B
Text Example
Text Example
White with #CBC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC76B; }
p { color: rgb(203,199,107); }
H1.HeaderClassName
{
color: #CBC76B;
}
.AnyTagClassName
{
color: #CBC76B;
}
</style>
background-color css
<style>
a { background-color: #CBC76B; }
a { background-color: rgb(203,199,107); }
div.DivClassName
{
background-color: #CBC76B;
}
.BgClassName
{
background-color: #CBC76B;
}
</style>
border-color css
<style>
span { border-color: #CBC76B; }
span { border-color: rgb(203,199,107); }
td.TdClassName
{
border-color: #CBC76B;
}
.TagClassName
{
border-color: #CBC76B;
}
</style>