Shades of Chocolate #C4681A
Tints of Chocolate #C4681A
RGB
CMYK
RGB Variations
Color information
#C4681A (or 0xC4681A) is known color: Chocolate. HEX triplet: C4, 68 and 1A. RGB value is (196,104,26). Sum of RGB (Red+Green+Blue) = 196+104+26=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4681A is #3B97E5. Grayscale: #7B7B7B. Windows color (decimal): -3905510 or 1730756. OLE color: 1730756.
HSL color Cylindrical-coordinate representation of color #C4681A: hue angle of 27.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4681A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 26 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.23 |
| HSL | 27.53º | 0.77% | 0.44% | - |
| HSV(B) | 27.53º | 0.87% | 0.77% | - |
| XYZ | 27.9 | 21.71 | 3.7 | - |
| YUV | 122.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 26 | 0 | 0.47 | 0.87 | 0.23 | 27.53 | 0.77 | 0.44 |
| Hex | C4 | 68 | 1A | 0 | 2F | 57 | 17 | 1C | 4D | 2C |
| Octal | 304 | 150 | 32 | 0 | 57 | 127 | 27 | 34 | 115 | 54 |
| Binary | 11000100 | 1101000 | 11010 | 0 | 101111 | 1010111 | 10111 | 11100 | 1001101 | 101100 |
Color Harmonies of #C4681A
Complementary color
Monochromatic Colors of #C4681A
Black with #C4681A
Text Example
Text Example
White with #C4681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4681A; }
p { color: rgb(196,104,26); }
H1.HeaderClassName
{
color: #C4681A;
}
.AnyTagClassName
{
color: #C4681A;
}
</style>
background-color css
<style>
a { background-color: #C4681A; }
a { background-color: rgb(196,104,26); }
div.DivClassName
{
background-color: #C4681A;
}
.BgClassName
{
background-color: #C4681A;
}
</style>
border-color css
<style>
span { border-color: #C4681A; }
span { border-color: rgb(196,104,26); }
td.TdClassName
{
border-color: #C4681A;
}
.TagClassName
{
border-color: #C4681A;
}
</style>