Shades of Chocolate #C3681D
Tints of Chocolate #C3681D
RGB
CMYK
RGB Variations
Color information
#C3681D (or 0xC3681D) is known color: Chocolate. HEX triplet: C3, 68 and 1D. RGB value is (195,104,29). Sum of RGB (Red+Green+Blue) = 195+104+29=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3681D is #3C97E2. Grayscale: #7B7B7B. Windows color (decimal): -3971043 or 1927363. OLE color: 1927363.
HSL color Cylindrical-coordinate representation of color #C3681D: hue angle of 27.11º degrees, saturation: 0.74, 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 #C3681D is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 29 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.24 |
| HSL | 27.11º | 0.74% | 0.44% | - |
| HSV(B) | 27.11º | 0.85% | 0.76% | - |
| XYZ | 27.68 | 21.59 | 3.87 | - |
| YUV | 122.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 29 | 0 | 0.47 | 0.85 | 0.24 | 27.11 | 0.74 | 0.44 |
| Hex | C3 | 68 | 1D | 0 | 2F | 55 | 18 | 1B | 4A | 2C |
| Octal | 303 | 150 | 35 | 0 | 57 | 125 | 30 | 33 | 112 | 54 |
| Binary | 11000011 | 1101000 | 11101 | 0 | 101111 | 1010101 | 11000 | 11011 | 1001010 | 101100 |
Color Harmonies of #C3681D
Complementary color
Monochromatic Colors of #C3681D
Black with #C3681D
Text Example
Text Example
White with #C3681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3681D; }
p { color: rgb(195,104,29); }
H1.HeaderClassName
{
color: #C3681D;
}
.AnyTagClassName
{
color: #C3681D;
}
</style>
background-color css
<style>
a { background-color: #C3681D; }
a { background-color: rgb(195,104,29); }
div.DivClassName
{
background-color: #C3681D;
}
.BgClassName
{
background-color: #C3681D;
}
</style>
border-color css
<style>
span { border-color: #C3681D; }
span { border-color: rgb(195,104,29); }
td.TdClassName
{
border-color: #C3681D;
}
.TagClassName
{
border-color: #C3681D;
}
</style>