Shades of Chocolate #C66A17
Tints of Chocolate #C66A17
RGB
CMYK
RGB Variations
Color information
#C66A17 (or 0xC66A17) is known color: Chocolate. HEX triplet: C6, 6A and 17. RGB value is (198,106,23). Sum of RGB (Red+Green+Blue) = 198+106+23=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A17 is #3995E8. Grayscale: #7C7C7C. Windows color (decimal): -3773929 or 1534662. OLE color: 1534662.
HSL color Cylindrical-coordinate representation of color #C66A17: hue angle of 28.46º 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 #C66A17 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.22 |
| HSL | 28.46º | 0.79% | 0.43% | - |
| HSV(B) | 28.46º | 0.88% | 0.78% | - |
| XYZ | 28.6 | 22.38 | 3.62 | - |
| YUV | 124.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 23 | 0 | 0.46 | 0.88 | 0.22 | 28.46 | 0.79 | 0.43 |
| Hex | C6 | 6A | 17 | 0 | 2E | 58 | 16 | 1C | 4F | 2B |
| Octal | 306 | 152 | 27 | 0 | 56 | 130 | 26 | 34 | 117 | 53 |
| Binary | 11000110 | 1101010 | 10111 | 0 | 101110 | 1011000 | 10110 | 11100 | 1001111 | 101011 |
Color Harmonies of #C66A17
Complementary color
Monochromatic Colors of #C66A17
Black with #C66A17
Text Example
Text Example
White with #C66A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A17; }
p { color: rgb(198,106,23); }
H1.HeaderClassName
{
color: #C66A17;
}
.AnyTagClassName
{
color: #C66A17;
}
</style>
background-color css
<style>
a { background-color: #C66A17; }
a { background-color: rgb(198,106,23); }
div.DivClassName
{
background-color: #C66A17;
}
.BgClassName
{
background-color: #C66A17;
}
</style>
border-color css
<style>
span { border-color: #C66A17; }
span { border-color: rgb(198,106,23); }
td.TdClassName
{
border-color: #C66A17;
}
.TagClassName
{
border-color: #C66A17;
}
</style>