Shades of Chocolate #C4691D
Tints of Chocolate #C4691D
RGB
CMYK
RGB Variations
Color information
#C4691D (or 0xC4691D) is known color: Chocolate. HEX triplet: C4, 69 and 1D. RGB value is (196,105,29). Sum of RGB (Red+Green+Blue) = 196+105+29=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4691D is #3B96E2. Grayscale: #7B7B7B. Windows color (decimal): -3905251 or 1927620. OLE color: 1927620.
HSL color Cylindrical-coordinate representation of color #C4691D: hue angle of 27.31º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4691D is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 29 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.23 |
| HSL | 27.31º | 0.74% | 0.44% | - |
| HSV(B) | 27.31º | 0.85% | 0.77% | - |
| XYZ | 28.04 | 21.93 | 3.92 | - |
| YUV | 123.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 29 | 0 | 0.46 | 0.85 | 0.23 | 27.31 | 0.74 | 0.44 |
| Hex | C4 | 69 | 1D | 0 | 2E | 55 | 17 | 1B | 4A | 2C |
| Octal | 304 | 151 | 35 | 0 | 56 | 125 | 27 | 33 | 112 | 54 |
| Binary | 11000100 | 1101001 | 11101 | 0 | 101110 | 1010101 | 10111 | 11011 | 1001010 | 101100 |
Color Harmonies of #C4691D
Complementary color
Monochromatic Colors of #C4691D
Black with #C4691D
Text Example
Text Example
White with #C4691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4691D; }
p { color: rgb(196,105,29); }
H1.HeaderClassName
{
color: #C4691D;
}
.AnyTagClassName
{
color: #C4691D;
}
</style>
background-color css
<style>
a { background-color: #C4691D; }
a { background-color: rgb(196,105,29); }
div.DivClassName
{
background-color: #C4691D;
}
.BgClassName
{
background-color: #C4691D;
}
</style>
border-color css
<style>
span { border-color: #C4691D; }
span { border-color: rgb(196,105,29); }
td.TdClassName
{
border-color: #C4691D;
}
.TagClassName
{
border-color: #C4691D;
}
</style>