Shades of Chocolate #C3691D
Tints of Chocolate #C3691D
RGB
CMYK
RGB Variations
Color information
#C3691D (or 0xC3691D) is known color: Chocolate. HEX triplet: C3, 69 and 1D. RGB value is (195,105,29). Sum of RGB (Red+Green+Blue) = 195+105+29=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3691D is #3C96E2. Grayscale: #7B7B7B. Windows color (decimal): -3970787 or 1927619. OLE color: 1927619.
HSL color Cylindrical-coordinate representation of color #C3691D: hue angle of 27.47º 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 #C3691D is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 29 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.24 |
| HSL | 27.47º | 0.74% | 0.44% | - |
| HSV(B) | 27.47º | 0.85% | 0.76% | - |
| XYZ | 27.78 | 21.79 | 3.9 | - |
| YUV | 123.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 29 | 0 | 0.46 | 0.85 | 0.24 | 27.47 | 0.74 | 0.44 |
| Hex | C3 | 69 | 1D | 0 | 2E | 55 | 18 | 1B | 4A | 2C |
| Octal | 303 | 151 | 35 | 0 | 56 | 125 | 30 | 33 | 112 | 54 |
| Binary | 11000011 | 1101001 | 11101 | 0 | 101110 | 1010101 | 11000 | 11011 | 1001010 | 101100 |
Color Harmonies of #C3691D
Complementary color
Monochromatic Colors of #C3691D
Black with #C3691D
Text Example
Text Example
White with #C3691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3691D; }
p { color: rgb(195,105,29); }
H1.HeaderClassName
{
color: #C3691D;
}
.AnyTagClassName
{
color: #C3691D;
}
</style>
background-color css
<style>
a { background-color: #C3691D; }
a { background-color: rgb(195,105,29); }
div.DivClassName
{
background-color: #C3691D;
}
.BgClassName
{
background-color: #C3691D;
}
</style>
border-color css
<style>
span { border-color: #C3691D; }
span { border-color: rgb(195,105,29); }
td.TdClassName
{
border-color: #C3691D;
}
.TagClassName
{
border-color: #C3691D;
}
</style>