Shades of Zest #C6713C
Tints of Zest #C6713C
RGB
CMYK
RGB Variations
Color information
#C6713C (or 0xC6713C) is known color: Zest. HEX triplet: C6, 71 and 3C. RGB value is (198,113,60). Sum of RGB (Red+Green+Blue) = 198+113+60=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6713C is #398EC3. Grayscale: #848484. Windows color (decimal): -3772100 or 3961286. OLE color: 3961286.
HSL color Cylindrical-coordinate representation of color #C6713C: hue angle of 23.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6713C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 60 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.22 |
| HSL | 23.04º | 0.55% | 0.51% | - |
| HSV(B) | 23.04º | 0.7% | 0.78% | - |
| XYZ | 30.01 | 24.14 | 7.35 | - |
| YUV | 132.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 60 | 0 | 0.43 | 0.70 | 0.22 | 23.04 | 0.55 | 0.51 |
| Hex | C6 | 71 | 3C | 0 | 2B | 46 | 16 | 17 | 37 | 33 |
| Octal | 306 | 161 | 74 | 0 | 53 | 106 | 26 | 27 | 67 | 63 |
| Binary | 11000110 | 1110001 | 111100 | 0 | 101011 | 1000110 | 10110 | 10111 | 110111 | 110011 |
Color Harmonies of #C6713C
Complementary color
Monochromatic Colors of #C6713C
Black with #C6713C
Text Example
Text Example
White with #C6713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6713C; }
p { color: rgb(198,113,60); }
H1.HeaderClassName
{
color: #C6713C;
}
.AnyTagClassName
{
color: #C6713C;
}
</style>
background-color css
<style>
a { background-color: #C6713C; }
a { background-color: rgb(198,113,60); }
div.DivClassName
{
background-color: #C6713C;
}
.BgClassName
{
background-color: #C6713C;
}
</style>
border-color css
<style>
span { border-color: #C6713C; }
span { border-color: rgb(198,113,60); }
td.TdClassName
{
border-color: #C6713C;
}
.TagClassName
{
border-color: #C6713C;
}
</style>