Shades of Chocolate #CD690E
Tints of Chocolate #CD690E
RGB
CMYK
RGB Variations
Color information
#CD690E (or 0xCD690E) is known color: Chocolate. HEX triplet: CD, 69 and 0E. RGB value is (205,105,14). Sum of RGB (Red+Green+Blue) = 205+105+14=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD690E is #3296F1. Grayscale: #7C7C7C. Windows color (decimal): -3315442 or 944589. OLE color: 944589.
HSL color Cylindrical-coordinate representation of color #CD690E: hue angle of 28.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD690E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 105 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.20 |
| HSL | 28.59º | 0.87% | 0.43% | - |
| HSV(B) | 28.59º | 0.93% | 0.8% | - |
| XYZ | 30.31 | 23.11 | 3.28 | - |
| YUV | 124.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 14 | 0 | 0.49 | 0.93 | 0.20 | 28.59 | 0.87 | 0.43 |
| Hex | CD | 69 | E | 0 | 31 | 5D | 14 | 1D | 57 | 2B |
| Octal | 315 | 151 | 16 | 0 | 61 | 135 | 24 | 35 | 127 | 53 |
| Binary | 11001101 | 1101001 | 1110 | 0 | 110001 | 1011101 | 10100 | 11101 | 1010111 | 101011 |
Color Harmonies of #CD690E
Complementary color
Monochromatic Colors of #CD690E
Black with #CD690E
Text Example
Text Example
White with #CD690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD690E; }
p { color: rgb(205,105,14); }
H1.HeaderClassName
{
color: #CD690E;
}
.AnyTagClassName
{
color: #CD690E;
}
</style>
background-color css
<style>
a { background-color: #CD690E; }
a { background-color: rgb(205,105,14); }
div.DivClassName
{
background-color: #CD690E;
}
.BgClassName
{
background-color: #CD690E;
}
</style>
border-color css
<style>
span { border-color: #CD690E; }
span { border-color: rgb(205,105,14); }
td.TdClassName
{
border-color: #CD690E;
}
.TagClassName
{
border-color: #CD690E;
}
</style>