Shades of Chocolate #CD6713
Tints of Chocolate #CD6713
RGB
CMYK
RGB Variations
Color information
#CD6713 (or 0xCD6713) is known color: Chocolate. HEX triplet: CD, 67 and 13. RGB value is (205,103,19). Sum of RGB (Red+Green+Blue) = 205+103+19=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6713 is #3298EC. Grayscale: #7C7C7C. Windows color (decimal): -3315949 or 1271757. OLE color: 1271757.
HSL color Cylindrical-coordinate representation of color #CD6713: hue angle of 27.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD6713 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.20 |
| HSL | 27.1º | 0.83% | 0.44% | - |
| HSV(B) | 27.1º | 0.91% | 0.8% | - |
| XYZ | 30.14 | 22.73 | 3.41 | - |
| YUV | 123.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 19 | 0 | 0.50 | 0.91 | 0.20 | 27.1 | 0.83 | 0.44 |
| Hex | CD | 67 | 13 | 0 | 32 | 5B | 14 | 1B | 53 | 2C |
| Octal | 315 | 147 | 23 | 0 | 62 | 133 | 24 | 33 | 123 | 54 |
| Binary | 11001101 | 1100111 | 10011 | 0 | 110010 | 1011011 | 10100 | 11011 | 1010011 | 101100 |
Color Harmonies of #CD6713
Complementary color
Monochromatic Colors of #CD6713
Black with #CD6713
Text Example
Text Example
White with #CD6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6713; }
p { color: rgb(205,103,19); }
H1.HeaderClassName
{
color: #CD6713;
}
.AnyTagClassName
{
color: #CD6713;
}
</style>
background-color css
<style>
a { background-color: #CD6713; }
a { background-color: rgb(205,103,19); }
div.DivClassName
{
background-color: #CD6713;
}
.BgClassName
{
background-color: #CD6713;
}
</style>
border-color css
<style>
span { border-color: #CD6713; }
span { border-color: rgb(205,103,19); }
td.TdClassName
{
border-color: #CD6713;
}
.TagClassName
{
border-color: #CD6713;
}
</style>