Shades of Chocolate #C66718
Tints of Chocolate #C66718
RGB
CMYK
RGB Variations
Color information
#C66718 (or 0xC66718) is known color: Chocolate. HEX triplet: C6, 67 and 18. RGB value is (198,103,24). Sum of RGB (Red+Green+Blue) = 198+103+24=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C66718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66718 is #3998E7. Grayscale: #7A7A7A. Windows color (decimal): -3774696 or 1599430. OLE color: 1599430.
HSL color Cylindrical-coordinate representation of color #C66718: hue angle of 27.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66718 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.22 |
| HSL | 27.24º | 0.78% | 0.44% | - |
| HSV(B) | 27.24º | 0.88% | 0.78% | - |
| XYZ | 28.3 | 21.77 | 3.57 | - |
| YUV | 122.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 24 | 0 | 0.48 | 0.88 | 0.22 | 27.24 | 0.78 | 0.44 |
| Hex | C6 | 67 | 18 | 0 | 30 | 58 | 16 | 1B | 4E | 2C |
| Octal | 306 | 147 | 30 | 0 | 60 | 130 | 26 | 33 | 116 | 54 |
| Binary | 11000110 | 1100111 | 11000 | 0 | 110000 | 1011000 | 10110 | 11011 | 1001110 | 101100 |
Color Harmonies of #C66718
Complementary color
Monochromatic Colors of #C66718
Black with #C66718
Text Example
Text Example
White with #C66718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66718; }
p { color: rgb(198,103,24); }
H1.HeaderClassName
{
color: #C66718;
}
.AnyTagClassName
{
color: #C66718;
}
</style>
background-color css
<style>
a { background-color: #C66718; }
a { background-color: rgb(198,103,24); }
div.DivClassName
{
background-color: #C66718;
}
.BgClassName
{
background-color: #C66718;
}
</style>
border-color css
<style>
span { border-color: #C66718; }
span { border-color: rgb(198,103,24); }
td.TdClassName
{
border-color: #C66718;
}
.TagClassName
{
border-color: #C66718;
}
</style>