Shades of Chocolate #C3690F
Tints of Chocolate #C3690F
RGB
CMYK
RGB Variations
Color information
#C3690F (or 0xC3690F) is known color: Chocolate. HEX triplet: C3, 69 and 0F. RGB value is (195,105,15). Sum of RGB (Red+Green+Blue) = 195+105+15=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C3690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3690F is #3C96F0. Grayscale: #7A7A7A. Windows color (decimal): -3970801 or 1010115. OLE color: 1010115.
HSL color Cylindrical-coordinate representation of color #C3690F: hue angle of 30º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3690F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 15 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.24 |
| HSL | 30º | 0.86% | 0.41% | - |
| HSV(B) | 30º | 0.92% | 0.76% | - |
| XYZ | 27.64 | 21.74 | 3.19 | - |
| YUV | 121.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 15 | 0 | 0.46 | 0.92 | 0.24 | 30 | 0.86 | 0.41 |
| Hex | C3 | 69 | F | 0 | 2E | 5C | 18 | 1E | 56 | 29 |
| Octal | 303 | 151 | 17 | 0 | 56 | 134 | 30 | 36 | 126 | 51 |
| Binary | 11000011 | 1101001 | 1111 | 0 | 101110 | 1011100 | 11000 | 11110 | 1010110 | 101001 |
Color Harmonies of #C3690F
Complementary color
Monochromatic Colors of #C3690F
Black with #C3690F
Text Example
Text Example
White with #C3690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3690F; }
p { color: rgb(195,105,15); }
H1.HeaderClassName
{
color: #C3690F;
}
.AnyTagClassName
{
color: #C3690F;
}
</style>
background-color css
<style>
a { background-color: #C3690F; }
a { background-color: rgb(195,105,15); }
div.DivClassName
{
background-color: #C3690F;
}
.BgClassName
{
background-color: #C3690F;
}
</style>
border-color css
<style>
span { border-color: #C3690F; }
span { border-color: rgb(195,105,15); }
td.TdClassName
{
border-color: #C3690F;
}
.TagClassName
{
border-color: #C3690F;
}
</style>