Shades of Chocolate #C66618
Tints of Chocolate #C66618
RGB
CMYK
RGB Variations
Color information
#C66618 (or 0xC66618) is known color: Chocolate. HEX triplet: C6, 66 and 18. RGB value is (198,102,24). Sum of RGB (Red+Green+Blue) = 198+102+24=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C66618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66618 is #3999E7. Grayscale: #7A7A7A. Windows color (decimal): -3774952 or 1599174. OLE color: 1599174.
HSL color Cylindrical-coordinate representation of color #C66618: hue angle of 26.9º 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 #C66618 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.22 |
| HSL | 26.9º | 0.78% | 0.44% | - |
| HSV(B) | 26.9º | 0.88% | 0.78% | - |
| XYZ | 28.2 | 21.57 | 3.54 | - |
| YUV | 121.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 24 | 0 | 0.48 | 0.88 | 0.22 | 26.9 | 0.78 | 0.44 |
| Hex | C6 | 66 | 18 | 0 | 30 | 58 | 16 | 1B | 4E | 2C |
| Octal | 306 | 146 | 30 | 0 | 60 | 130 | 26 | 33 | 116 | 54 |
| Binary | 11000110 | 1100110 | 11000 | 0 | 110000 | 1011000 | 10110 | 11011 | 1001110 | 101100 |
Color Harmonies of #C66618
Complementary color
Monochromatic Colors of #C66618
Black with #C66618
Text Example
Text Example
White with #C66618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66618; }
p { color: rgb(198,102,24); }
H1.HeaderClassName
{
color: #C66618;
}
.AnyTagClassName
{
color: #C66618;
}
</style>
background-color css
<style>
a { background-color: #C66618; }
a { background-color: rgb(198,102,24); }
div.DivClassName
{
background-color: #C66618;
}
.BgClassName
{
background-color: #C66618;
}
</style>
border-color css
<style>
span { border-color: #C66618; }
span { border-color: rgb(198,102,24); }
td.TdClassName
{
border-color: #C66618;
}
.TagClassName
{
border-color: #C66618;
}
</style>