Shades of Chocolate #C66B18
Tints of Chocolate #C66B18
RGB
CMYK
RGB Variations
Color information
#C66B18 (or 0xC66B18) is known color: Chocolate. HEX triplet: C6, 6B and 18. RGB value is (198,107,24). Sum of RGB (Red+Green+Blue) = 198+107+24=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66B18 is #3994E7. Grayscale: #7D7D7D. Windows color (decimal): -3773672 or 1600454. OLE color: 1600454.
HSL color Cylindrical-coordinate representation of color #C66B18: hue angle of 28.62º 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 #C66B18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.22 |
| HSL | 28.62º | 0.78% | 0.44% | - |
| HSV(B) | 28.62º | 0.88% | 0.78% | - |
| XYZ | 28.71 | 22.59 | 3.71 | - |
| YUV | 124.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 24 | 0 | 0.46 | 0.88 | 0.22 | 28.62 | 0.78 | 0.44 |
| Hex | C6 | 6B | 18 | 0 | 2E | 58 | 16 | 1D | 4E | 2C |
| Octal | 306 | 153 | 30 | 0 | 56 | 130 | 26 | 35 | 116 | 54 |
| Binary | 11000110 | 1101011 | 11000 | 0 | 101110 | 1011000 | 10110 | 11101 | 1001110 | 101100 |
Color Harmonies of #C66B18
Complementary color
Monochromatic Colors of #C66B18
Black with #C66B18
Text Example
Text Example
White with #C66B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B18; }
p { color: rgb(198,107,24); }
H1.HeaderClassName
{
color: #C66B18;
}
.AnyTagClassName
{
color: #C66B18;
}
</style>
background-color css
<style>
a { background-color: #C66B18; }
a { background-color: rgb(198,107,24); }
div.DivClassName
{
background-color: #C66B18;
}
.BgClassName
{
background-color: #C66B18;
}
</style>
border-color css
<style>
span { border-color: #C66B18; }
span { border-color: rgb(198,107,24); }
td.TdClassName
{
border-color: #C66B18;
}
.TagClassName
{
border-color: #C66B18;
}
</style>