Shades of Chocolate #C66A18
Tints of Chocolate #C66A18
RGB
CMYK
RGB Variations
Color information
#C66A18 (or 0xC66A18) is known color: Chocolate. HEX triplet: C6, 6A and 18. RGB value is (198,106,24). Sum of RGB (Red+Green+Blue) = 198+106+24=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A18 is #3995E7. Grayscale: #7C7C7C. Windows color (decimal): -3773928 or 1600198. OLE color: 1600198.
HSL color Cylindrical-coordinate representation of color #C66A18: hue angle of 28.28º 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 #C66A18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.22 |
| HSL | 28.28º | 0.78% | 0.44% | - |
| HSV(B) | 28.28º | 0.88% | 0.78% | - |
| XYZ | 28.61 | 22.38 | 3.68 | - |
| YUV | 124.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 24 | 0 | 0.46 | 0.88 | 0.22 | 28.28 | 0.78 | 0.44 |
| Hex | C6 | 6A | 18 | 0 | 2E | 58 | 16 | 1C | 4E | 2C |
| Octal | 306 | 152 | 30 | 0 | 56 | 130 | 26 | 34 | 116 | 54 |
| Binary | 11000110 | 1101010 | 11000 | 0 | 101110 | 1011000 | 10110 | 11100 | 1001110 | 101100 |
Color Harmonies of #C66A18
Complementary color
Monochromatic Colors of #C66A18
Black with #C66A18
Text Example
Text Example
White with #C66A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A18; }
p { color: rgb(198,106,24); }
H1.HeaderClassName
{
color: #C66A18;
}
.AnyTagClassName
{
color: #C66A18;
}
</style>
background-color css
<style>
a { background-color: #C66A18; }
a { background-color: rgb(198,106,24); }
div.DivClassName
{
background-color: #C66A18;
}
.BgClassName
{
background-color: #C66A18;
}
</style>
border-color css
<style>
span { border-color: #C66A18; }
span { border-color: rgb(198,106,24); }
td.TdClassName
{
border-color: #C66A18;
}
.TagClassName
{
border-color: #C66A18;
}
</style>