Shades of Chocolate #CD690F
Tints of Chocolate #CD690F
RGB
CMYK
RGB Variations
Color information
#CD690F (or 0xCD690F) is known color: Chocolate. HEX triplet: CD, 69 and 0F. RGB value is (205,105,15). Sum of RGB (Red+Green+Blue) = 205+105+15=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD690F is #3296F0. Grayscale: #7D7D7D. Windows color (decimal): -3315441 or 1010125. OLE color: 1010125.
HSL color Cylindrical-coordinate representation of color #CD690F: hue angle of 28.42º degrees, saturation: 0.86, 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 #CD690F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 105 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.20 |
| HSL | 28.42º | 0.86% | 0.43% | - |
| HSV(B) | 28.42º | 0.93% | 0.8% | - |
| XYZ | 30.31 | 23.12 | 3.32 | - |
| YUV | 124.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 15 | 0 | 0.49 | 0.93 | 0.20 | 28.42 | 0.86 | 0.43 |
| Hex | CD | 69 | F | 0 | 31 | 5D | 14 | 1C | 56 | 2B |
| Octal | 315 | 151 | 17 | 0 | 61 | 135 | 24 | 34 | 126 | 53 |
| Binary | 11001101 | 1101001 | 1111 | 0 | 110001 | 1011101 | 10100 | 11100 | 1010110 | 101011 |
Color Harmonies of #CD690F
Complementary color
Monochromatic Colors of #CD690F
Black with #CD690F
Text Example
Text Example
White with #CD690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD690F; }
p { color: rgb(205,105,15); }
H1.HeaderClassName
{
color: #CD690F;
}
.AnyTagClassName
{
color: #CD690F;
}
</style>
background-color css
<style>
a { background-color: #CD690F; }
a { background-color: rgb(205,105,15); }
div.DivClassName
{
background-color: #CD690F;
}
.BgClassName
{
background-color: #CD690F;
}
</style>
border-color css
<style>
span { border-color: #CD690F; }
span { border-color: rgb(205,105,15); }
td.TdClassName
{
border-color: #CD690F;
}
.TagClassName
{
border-color: #CD690F;
}
</style>