Shades of Chocolate #C65B18
Tints of Chocolate #C65B18
RGB
CMYK
RGB Variations
Color information
#C65B18 (or 0xC65B18) is known color: Chocolate. HEX triplet: C6, 5B and 18. RGB value is (198,91,24). Sum of RGB (Red+Green+Blue) = 198+91+24=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65B18 is #39A4E7. Grayscale: #737373. Windows color (decimal): -3777768 or 1596358. OLE color: 1596358.
HSL color Cylindrical-coordinate representation of color #C65B18: hue angle of 23.1º 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 #C65B18 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 24 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.22 |
| HSL | 23.1º | 0.78% | 0.44% | - |
| HSV(B) | 23.1º | 0.88% | 0.78% | - |
| XYZ | 27.19 | 19.55 | 3.21 | - |
| YUV | 115.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 24 | 0 | 0.54 | 0.88 | 0.22 | 23.1 | 0.78 | 0.44 |
| Hex | C6 | 5B | 18 | 0 | 36 | 58 | 16 | 17 | 4E | 2C |
| Octal | 306 | 133 | 30 | 0 | 66 | 130 | 26 | 27 | 116 | 54 |
| Binary | 11000110 | 1011011 | 11000 | 0 | 110110 | 1011000 | 10110 | 10111 | 1001110 | 101100 |
Color Harmonies of #C65B18
Complementary color
Monochromatic Colors of #C65B18
Black with #C65B18
Text Example
Text Example
White with #C65B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B18; }
p { color: rgb(198,91,24); }
H1.HeaderClassName
{
color: #C65B18;
}
.AnyTagClassName
{
color: #C65B18;
}
</style>
background-color css
<style>
a { background-color: #C65B18; }
a { background-color: rgb(198,91,24); }
div.DivClassName
{
background-color: #C65B18;
}
.BgClassName
{
background-color: #C65B18;
}
</style>
border-color css
<style>
span { border-color: #C65B18; }
span { border-color: rgb(198,91,24); }
td.TdClassName
{
border-color: #C65B18;
}
.TagClassName
{
border-color: #C65B18;
}
</style>