Shades of Zest #C6703D
Tints of Zest #C6703D
RGB
CMYK
RGB Variations
Color information
#C6703D (or 0xC6703D) is known color: Zest. HEX triplet: C6, 70 and 3D. RGB value is (198,112,61). Sum of RGB (Red+Green+Blue) = 198+112+61=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6703D is #398FC2. Grayscale: #848484. Windows color (decimal): -3772355 or 4026566. OLE color: 4026566.
HSL color Cylindrical-coordinate representation of color #C6703D: hue angle of 22.34º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6703D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 61 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.22 |
| HSL | 22.34º | 0.55% | 0.51% | - |
| HSV(B) | 22.34º | 0.69% | 0.78% | - |
| XYZ | 29.93 | 23.93 | 7.46 | - |
| YUV | 131.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 61 | 0 | 0.43 | 0.69 | 0.22 | 22.34 | 0.55 | 0.51 |
| Hex | C6 | 70 | 3D | 0 | 2B | 45 | 16 | 16 | 37 | 33 |
| Octal | 306 | 160 | 75 | 0 | 53 | 105 | 26 | 26 | 67 | 63 |
| Binary | 11000110 | 1110000 | 111101 | 0 | 101011 | 1000101 | 10110 | 10110 | 110111 | 110011 |
Color Harmonies of #C6703D
Complementary color
Monochromatic Colors of #C6703D
Black with #C6703D
Text Example
Text Example
White with #C6703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6703D; }
p { color: rgb(198,112,61); }
H1.HeaderClassName
{
color: #C6703D;
}
.AnyTagClassName
{
color: #C6703D;
}
</style>
background-color css
<style>
a { background-color: #C6703D; }
a { background-color: rgb(198,112,61); }
div.DivClassName
{
background-color: #C6703D;
}
.BgClassName
{
background-color: #C6703D;
}
</style>
border-color css
<style>
span { border-color: #C6703D; }
span { border-color: rgb(198,112,61); }
td.TdClassName
{
border-color: #C6703D;
}
.TagClassName
{
border-color: #C6703D;
}
</style>