Shades of Chocolate #C66617
Tints of Chocolate #C66617
RGB
CMYK
RGB Variations
Color information
#C66617 (or 0xC66617) is known color: Chocolate. HEX triplet: C6, 66 and 17. RGB value is (198,102,23). Sum of RGB (Red+Green+Blue) = 198+102+23=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C66617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66617 is #3999E8. Grayscale: #7A7A7A. Windows color (decimal): -3774953 or 1533638. OLE color: 1533638.
HSL color Cylindrical-coordinate representation of color #C66617: hue angle of 27.09º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66617 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 23 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.22 |
| HSL | 27.09º | 0.79% | 0.43% | - |
| HSV(B) | 27.09º | 0.88% | 0.78% | - |
| XYZ | 28.19 | 21.57 | 3.49 | - |
| YUV | 121.7 | 72.3 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 23 | 0 | 0.48 | 0.88 | 0.22 | 27.09 | 0.79 | 0.43 |
| Hex | C6 | 66 | 17 | 0 | 30 | 58 | 16 | 1B | 4F | 2B |
| Octal | 306 | 146 | 27 | 0 | 60 | 130 | 26 | 33 | 117 | 53 |
| Binary | 11000110 | 1100110 | 10111 | 0 | 110000 | 1011000 | 10110 | 11011 | 1001111 | 101011 |
Color Harmonies of #C66617
Complementary color
Monochromatic Colors of #C66617
Black with #C66617
Text Example
Text Example
White with #C66617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66617; }
p { color: rgb(198,102,23); }
H1.HeaderClassName
{
color: #C66617;
}
.AnyTagClassName
{
color: #C66617;
}
</style>
background-color css
<style>
a { background-color: #C66617; }
a { background-color: rgb(198,102,23); }
div.DivClassName
{
background-color: #C66617;
}
.BgClassName
{
background-color: #C66617;
}
</style>
border-color css
<style>
span { border-color: #C66617; }
span { border-color: rgb(198,102,23); }
td.TdClassName
{
border-color: #C66617;
}
.TagClassName
{
border-color: #C66617;
}
</style>