Shades of Chocolate #CD681A
Tints of Chocolate #CD681A
RGB
CMYK
RGB Variations
Color information
#CD681A (or 0xCD681A) is known color: Chocolate. HEX triplet: CD, 68 and 1A. RGB value is (205,104,26). Sum of RGB (Red+Green+Blue) = 205+104+26=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD681A is #3297E5. Grayscale: #7D7D7D. Windows color (decimal): -3315686 or 1730765. OLE color: 1730765.
HSL color Cylindrical-coordinate representation of color #CD681A: hue angle of 26.15º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD681A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 26 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.20 |
| HSL | 26.15º | 0.77% | 0.45% | - |
| HSV(B) | 26.15º | 0.87% | 0.8% | - |
| XYZ | 30.31 | 22.95 | 3.81 | - |
| YUV | 125.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 26 | 0 | 0.49 | 0.87 | 0.20 | 26.15 | 0.77 | 0.45 |
| Hex | CD | 68 | 1A | 0 | 31 | 57 | 14 | 1A | 4D | 2D |
| Octal | 315 | 150 | 32 | 0 | 61 | 127 | 24 | 32 | 115 | 55 |
| Binary | 11001101 | 1101000 | 11010 | 0 | 110001 | 1010111 | 10100 | 11010 | 1001101 | 101101 |
Color Harmonies of #CD681A
Complementary color
Monochromatic Colors of #CD681A
Black with #CD681A
Text Example
Text Example
White with #CD681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD681A; }
p { color: rgb(205,104,26); }
H1.HeaderClassName
{
color: #CD681A;
}
.AnyTagClassName
{
color: #CD681A;
}
</style>
background-color css
<style>
a { background-color: #CD681A; }
a { background-color: rgb(205,104,26); }
div.DivClassName
{
background-color: #CD681A;
}
.BgClassName
{
background-color: #CD681A;
}
</style>
border-color css
<style>
span { border-color: #CD681A; }
span { border-color: rgb(205,104,26); }
td.TdClassName
{
border-color: #CD681A;
}
.TagClassName
{
border-color: #CD681A;
}
</style>