Shades of Chocolate #C0681D
Tints of Chocolate #C0681D
RGB
CMYK
RGB Variations
Color information
#C0681D (or 0xC0681D) is known color: Chocolate. HEX triplet: C0, 68 and 1D. RGB value is (192,104,29). Sum of RGB (Red+Green+Blue) = 192+104+29=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0681D is #3F97E2. Grayscale: #7A7A7A. Windows color (decimal): -4167651 or 1927360. OLE color: 1927360.
HSL color Cylindrical-coordinate representation of color #C0681D: hue angle of 27.61º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0681D is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 29 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.25 |
| HSL | 27.61º | 0.74% | 0.43% | - |
| HSV(B) | 27.61º | 0.85% | 0.75% | - |
| XYZ | 26.91 | 21.2 | 3.84 | - |
| YUV | 121.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 29 | 0 | 0.46 | 0.85 | 0.25 | 27.61 | 0.74 | 0.43 |
| Hex | C0 | 68 | 1D | 0 | 2E | 55 | 19 | 1C | 4A | 2B |
| Octal | 300 | 150 | 35 | 0 | 56 | 125 | 31 | 34 | 112 | 53 |
| Binary | 11000000 | 1101000 | 11101 | 0 | 101110 | 1010101 | 11001 | 11100 | 1001010 | 101011 |
Color Harmonies of #C0681D
Complementary color
Monochromatic Colors of #C0681D
Black with #C0681D
Text Example
Text Example
White with #C0681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0681D; }
p { color: rgb(192,104,29); }
H1.HeaderClassName
{
color: #C0681D;
}
.AnyTagClassName
{
color: #C0681D;
}
</style>
background-color css
<style>
a { background-color: #C0681D; }
a { background-color: rgb(192,104,29); }
div.DivClassName
{
background-color: #C0681D;
}
.BgClassName
{
background-color: #C0681D;
}
</style>
border-color css
<style>
span { border-color: #C0681D; }
span { border-color: rgb(192,104,29); }
td.TdClassName
{
border-color: #C0681D;
}
.TagClassName
{
border-color: #C0681D;
}
</style>