Shades of Chocolate #C3661F
Tints of Chocolate #C3661F
RGB
CMYK
RGB Variations
Color information
#C3661F (or 0xC3661F) is known color: Chocolate. HEX triplet: C3, 66 and 1F. RGB value is (195,102,31). Sum of RGB (Red+Green+Blue) = 195+102+31=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3661F is #3C99E0. Grayscale: #7A7A7A. Windows color (decimal): -3971553 or 2057923. OLE color: 2057923.
HSL color Cylindrical-coordinate representation of color #C3661F: hue angle of 25.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3661F is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 31 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.24 |
| HSL | 25.98º | 0.73% | 0.44% | - |
| HSV(B) | 25.98º | 0.84% | 0.76% | - |
| XYZ | 27.5 | 21.2 | 3.94 | - |
| YUV | 121.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 31 | 0 | 0.48 | 0.84 | 0.24 | 25.98 | 0.73 | 0.44 |
| Hex | C3 | 66 | 1F | 0 | 30 | 54 | 18 | 1A | 49 | 2C |
| Octal | 303 | 146 | 37 | 0 | 60 | 124 | 30 | 32 | 111 | 54 |
| Binary | 11000011 | 1100110 | 11111 | 0 | 110000 | 1010100 | 11000 | 11010 | 1001001 | 101100 |
Color Harmonies of #C3661F
Complementary color
Monochromatic Colors of #C3661F
Black with #C3661F
Text Example
Text Example
White with #C3661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3661F; }
p { color: rgb(195,102,31); }
H1.HeaderClassName
{
color: #C3661F;
}
.AnyTagClassName
{
color: #C3661F;
}
</style>
background-color css
<style>
a { background-color: #C3661F; }
a { background-color: rgb(195,102,31); }
div.DivClassName
{
background-color: #C3661F;
}
.BgClassName
{
background-color: #C3661F;
}
</style>
border-color css
<style>
span { border-color: #C3661F; }
span { border-color: rgb(195,102,31); }
td.TdClassName
{
border-color: #C3661F;
}
.TagClassName
{
border-color: #C3661F;
}
</style>