Shades of Chocolate #C1681D
Tints of Chocolate #C1681D
RGB
CMYK
RGB Variations
Color information
#C1681D (or 0xC1681D) is known color: Chocolate. HEX triplet: C1, 68 and 1D. RGB value is (193,104,29). Sum of RGB (Red+Green+Blue) = 193+104+29=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1681D is #3E97E2. Grayscale: #7A7A7A. Windows color (decimal): -4102115 or 1927361. OLE color: 1927361.
HSL color Cylindrical-coordinate representation of color #C1681D: hue angle of 27.44º 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 #C1681D is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 29 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.24 |
| HSL | 27.44º | 0.74% | 0.44% | - |
| HSV(B) | 27.44º | 0.85% | 0.76% | - |
| XYZ | 27.16 | 21.33 | 3.85 | - |
| YUV | 122.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 29 | 0 | 0.46 | 0.85 | 0.24 | 27.44 | 0.74 | 0.44 |
| Hex | C1 | 68 | 1D | 0 | 2E | 55 | 18 | 1B | 4A | 2C |
| Octal | 301 | 150 | 35 | 0 | 56 | 125 | 30 | 33 | 112 | 54 |
| Binary | 11000001 | 1101000 | 11101 | 0 | 101110 | 1010101 | 11000 | 11011 | 1001010 | 101100 |
Color Harmonies of #C1681D
Complementary color
Monochromatic Colors of #C1681D
Black with #C1681D
Text Example
Text Example
White with #C1681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1681D; }
p { color: rgb(193,104,29); }
H1.HeaderClassName
{
color: #C1681D;
}
.AnyTagClassName
{
color: #C1681D;
}
</style>
background-color css
<style>
a { background-color: #C1681D; }
a { background-color: rgb(193,104,29); }
div.DivClassName
{
background-color: #C1681D;
}
.BgClassName
{
background-color: #C1681D;
}
</style>
border-color css
<style>
span { border-color: #C1681D; }
span { border-color: rgb(193,104,29); }
td.TdClassName
{
border-color: #C1681D;
}
.TagClassName
{
border-color: #C1681D;
}
</style>