Shades of Chocolate #CD6A22
Tints of Chocolate #CD6A22
RGB
CMYK
RGB Variations
Color information
#CD6A22 (or 0xCD6A22) is known color: Chocolate. HEX triplet: CD, 6A and 22. RGB value is (205,106,34). Sum of RGB (Red+Green+Blue) = 205+106+34=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A22 is #3295DD. Grayscale: #7F7F7F. Windows color (decimal): -3315166 or 2255565. OLE color: 2255565.
HSL color Cylindrical-coordinate representation of color #CD6A22: hue angle of 25.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD6A22 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 34 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.20 |
| HSL | 25.26º | 0.72% | 0.47% | - |
| HSV(B) | 25.26º | 0.83% | 0.8% | - |
| XYZ | 30.62 | 23.4 | 4.42 | - |
| YUV | 127.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 34 | 0 | 0.48 | 0.83 | 0.20 | 25.26 | 0.72 | 0.47 |
| Hex | CD | 6A | 22 | 0 | 30 | 53 | 14 | 19 | 48 | 2F |
| Octal | 315 | 152 | 42 | 0 | 60 | 123 | 24 | 31 | 110 | 57 |
| Binary | 11001101 | 1101010 | 100010 | 0 | 110000 | 1010011 | 10100 | 11001 | 1001000 | 101111 |
Color Harmonies of #CD6A22
Complementary color
Monochromatic Colors of #CD6A22
Black with #CD6A22
Text Example
Text Example
White with #CD6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A22; }
p { color: rgb(205,106,34); }
H1.HeaderClassName
{
color: #CD6A22;
}
.AnyTagClassName
{
color: #CD6A22;
}
</style>
background-color css
<style>
a { background-color: #CD6A22; }
a { background-color: rgb(205,106,34); }
div.DivClassName
{
background-color: #CD6A22;
}
.BgClassName
{
background-color: #CD6A22;
}
</style>
border-color css
<style>
span { border-color: #CD6A22; }
span { border-color: rgb(205,106,34); }
td.TdClassName
{
border-color: #CD6A22;
}
.TagClassName
{
border-color: #CD6A22;
}
</style>