Shades of Chocolate #C65618
Tints of Chocolate #C65618
RGB
CMYK
RGB Variations
Color information
#C65618 (or 0xC65618) is known color: Chocolate. HEX triplet: C6, 56 and 18. RGB value is (198,86,24). Sum of RGB (Red+Green+Blue) = 198+86+24=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C65618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65618 is #39A9E7. Grayscale: #707070. Windows color (decimal): -3779048 or 1595078. OLE color: 1595078.
HSL color Cylindrical-coordinate representation of color #C65618: hue angle of 21.38º 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 #C65618 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 24 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.22 |
| HSL | 21.38º | 0.78% | 0.44% | - |
| HSV(B) | 21.38º | 0.88% | 0.78% | - |
| XYZ | 26.78 | 18.73 | 3.07 | - |
| YUV | 112.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 24 | 0 | 0.57 | 0.88 | 0.22 | 21.38 | 0.78 | 0.44 |
| Hex | C6 | 56 | 18 | 0 | 39 | 58 | 16 | 15 | 4E | 2C |
| Octal | 306 | 126 | 30 | 0 | 71 | 130 | 26 | 25 | 116 | 54 |
| Binary | 11000110 | 1010110 | 11000 | 0 | 111001 | 1011000 | 10110 | 10101 | 1001110 | 101100 |
Color Harmonies of #C65618
Complementary color
Monochromatic Colors of #C65618
Black with #C65618
Text Example
Text Example
White with #C65618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65618; }
p { color: rgb(198,86,24); }
H1.HeaderClassName
{
color: #C65618;
}
.AnyTagClassName
{
color: #C65618;
}
</style>
background-color css
<style>
a { background-color: #C65618; }
a { background-color: rgb(198,86,24); }
div.DivClassName
{
background-color: #C65618;
}
.BgClassName
{
background-color: #C65618;
}
</style>
border-color css
<style>
span { border-color: #C65618; }
span { border-color: rgb(198,86,24); }
td.TdClassName
{
border-color: #C65618;
}
.TagClassName
{
border-color: #C65618;
}
</style>