Shades of Chocolate #C3661E
Tints of Chocolate #C3661E
RGB
CMYK
RGB Variations
Color information
#C3661E (or 0xC3661E) is known color: Chocolate. HEX triplet: C3, 66 and 1E. RGB value is (195,102,30). Sum of RGB (Red+Green+Blue) = 195+102+30=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3661E is #3C99E1. Grayscale: #797979. Windows color (decimal): -3971554 or 1992387. OLE color: 1992387.
HSL color Cylindrical-coordinate representation of color #C3661E: hue angle of 26.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3661E is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 30 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.24 |
| HSL | 26.18º | 0.73% | 0.44% | - |
| HSV(B) | 26.18º | 0.85% | 0.76% | - |
| XYZ | 27.49 | 21.2 | 3.87 | - |
| YUV | 121.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 30 | 0 | 0.48 | 0.85 | 0.24 | 26.18 | 0.73 | 0.44 |
| Hex | C3 | 66 | 1E | 0 | 30 | 55 | 18 | 1A | 49 | 2C |
| Octal | 303 | 146 | 36 | 0 | 60 | 125 | 30 | 32 | 111 | 54 |
| Binary | 11000011 | 1100110 | 11110 | 0 | 110000 | 1010101 | 11000 | 11010 | 1001001 | 101100 |
Color Harmonies of #C3661E
Complementary color
Monochromatic Colors of #C3661E
Black with #C3661E
Text Example
Text Example
White with #C3661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3661E; }
p { color: rgb(195,102,30); }
H1.HeaderClassName
{
color: #C3661E;
}
.AnyTagClassName
{
color: #C3661E;
}
</style>
background-color css
<style>
a { background-color: #C3661E; }
a { background-color: rgb(195,102,30); }
div.DivClassName
{
background-color: #C3661E;
}
.BgClassName
{
background-color: #C3661E;
}
</style>
border-color css
<style>
span { border-color: #C3661E; }
span { border-color: rgb(195,102,30); }
td.TdClassName
{
border-color: #C3661E;
}
.TagClassName
{
border-color: #C3661E;
}
</style>