Shades of Chocolate #C36618
Tints of Chocolate #C36618
RGB
CMYK
RGB Variations
Color information
#C36618 (or 0xC36618) is known color: Chocolate. HEX triplet: C3, 66 and 18. RGB value is (195,102,24). Sum of RGB (Red+Green+Blue) = 195+102+24=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C36618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36618 is #3C99E7. Grayscale: #797979. Windows color (decimal): -3971560 or 1599171. OLE color: 1599171.
HSL color Cylindrical-coordinate representation of color #C36618: hue angle of 27.37º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C36618 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.24 |
| HSL | 27.37º | 0.78% | 0.43% | - |
| HSV(B) | 27.37º | 0.88% | 0.76% | - |
| XYZ | 27.42 | 21.17 | 3.51 | - |
| YUV | 120.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 24 | 0 | 0.48 | 0.88 | 0.24 | 27.37 | 0.78 | 0.43 |
| Hex | C3 | 66 | 18 | 0 | 30 | 58 | 18 | 1B | 4E | 2B |
| Octal | 303 | 146 | 30 | 0 | 60 | 130 | 30 | 33 | 116 | 53 |
| Binary | 11000011 | 1100110 | 11000 | 0 | 110000 | 1011000 | 11000 | 11011 | 1001110 | 101011 |
Color Harmonies of #C36618
Complementary color
Monochromatic Colors of #C36618
Black with #C36618
Text Example
Text Example
White with #C36618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36618; }
p { color: rgb(195,102,24); }
H1.HeaderClassName
{
color: #C36618;
}
.AnyTagClassName
{
color: #C36618;
}
</style>
background-color css
<style>
a { background-color: #C36618; }
a { background-color: rgb(195,102,24); }
div.DivClassName
{
background-color: #C36618;
}
.BgClassName
{
background-color: #C36618;
}
</style>
border-color css
<style>
span { border-color: #C36618; }
span { border-color: rgb(195,102,24); }
td.TdClassName
{
border-color: #C36618;
}
.TagClassName
{
border-color: #C36618;
}
</style>