Shades of Zest #C6703F
Tints of Zest #C6703F
RGB
CMYK
RGB Variations
Color information
#C6703F (or 0xC6703F) is known color: Zest. HEX triplet: C6, 70 and 3F. RGB value is (198,112,63). Sum of RGB (Red+Green+Blue) = 198+112+63=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6703F is #398FC0. Grayscale: #848484. Windows color (decimal): -3772353 or 4157638. OLE color: 4157638.
HSL color Cylindrical-coordinate representation of color #C6703F: hue angle of 21.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6703F is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 63 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.22 |
| HSL | 21.78º | 0.54% | 0.51% | - |
| HSV(B) | 21.78º | 0.68% | 0.78% | - |
| XYZ | 29.98 | 23.95 | 7.75 | - |
| YUV | 132.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 63 | 0 | 0.43 | 0.68 | 0.22 | 21.78 | 0.54 | 0.51 |
| Hex | C6 | 70 | 3F | 0 | 2B | 44 | 16 | 16 | 36 | 33 |
| Octal | 306 | 160 | 77 | 0 | 53 | 104 | 26 | 26 | 66 | 63 |
| Binary | 11000110 | 1110000 | 111111 | 0 | 101011 | 1000100 | 10110 | 10110 | 110110 | 110011 |
Color Harmonies of #C6703F
Complementary color
Monochromatic Colors of #C6703F
Black with #C6703F
Text Example
Text Example
White with #C6703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6703F; }
p { color: rgb(198,112,63); }
H1.HeaderClassName
{
color: #C6703F;
}
.AnyTagClassName
{
color: #C6703F;
}
</style>
background-color css
<style>
a { background-color: #C6703F; }
a { background-color: rgb(198,112,63); }
div.DivClassName
{
background-color: #C6703F;
}
.BgClassName
{
background-color: #C6703F;
}
</style>
border-color css
<style>
span { border-color: #C6703F; }
span { border-color: rgb(198,112,63); }
td.TdClassName
{
border-color: #C6703F;
}
.TagClassName
{
border-color: #C6703F;
}
</style>