Shades of Chocolate #C65D17
Tints of Chocolate #C65D17
RGB
CMYK
RGB Variations
Color information
#C65D17 (or 0xC65D17) is known color: Chocolate. HEX triplet: C6, 5D and 17. RGB value is (198,93,23). Sum of RGB (Red+Green+Blue) = 198+93+23=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D17 is #39A2E8. Grayscale: #747474. Windows color (decimal): -3777257 or 1531334. OLE color: 1531334.
HSL color Cylindrical-coordinate representation of color #C65D17: hue angle of 24º 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 #C65D17 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 23 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.22 |
| HSL | 24º | 0.79% | 0.43% | - |
| HSV(B) | 24º | 0.88% | 0.78% | - |
| XYZ | 27.36 | 19.9 | 3.21 | - |
| YUV | 116.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 23 | 0 | 0.53 | 0.88 | 0.22 | 24 | 0.79 | 0.43 |
| Hex | C6 | 5D | 17 | 0 | 35 | 58 | 16 | 18 | 4F | 2B |
| Octal | 306 | 135 | 27 | 0 | 65 | 130 | 26 | 30 | 117 | 53 |
| Binary | 11000110 | 1011101 | 10111 | 0 | 110101 | 1011000 | 10110 | 11000 | 1001111 | 101011 |
Color Harmonies of #C65D17
Complementary color
Monochromatic Colors of #C65D17
Black with #C65D17
Text Example
Text Example
White with #C65D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D17; }
p { color: rgb(198,93,23); }
H1.HeaderClassName
{
color: #C65D17;
}
.AnyTagClassName
{
color: #C65D17;
}
</style>
background-color css
<style>
a { background-color: #C65D17; }
a { background-color: rgb(198,93,23); }
div.DivClassName
{
background-color: #C65D17;
}
.BgClassName
{
background-color: #C65D17;
}
</style>
border-color css
<style>
span { border-color: #C65D17; }
span { border-color: rgb(198,93,23); }
td.TdClassName
{
border-color: #C65D17;
}
.TagClassName
{
border-color: #C65D17;
}
</style>