Shades of Zest #C6743F
Tints of Zest #C6743F
RGB
CMYK
RGB Variations
Color information
#C6743F (or 0xC6743F) is known color: Zest. HEX triplet: C6, 74 and 3F. RGB value is (198,116,63). Sum of RGB (Red+Green+Blue) = 198+116+63=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6743F is #398BC0. Grayscale: #868686. Windows color (decimal): -3771329 or 4158662. OLE color: 4158662.
HSL color Cylindrical-coordinate representation of color #C6743F: hue angle of 23.56º 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 #C6743F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 63 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.22 |
| HSL | 23.56º | 0.54% | 0.51% | - |
| HSV(B) | 23.56º | 0.68% | 0.78% | - |
| XYZ | 30.43 | 24.86 | 7.9 | - |
| YUV | 134.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 63 | 0 | 0.41 | 0.68 | 0.22 | 23.56 | 0.54 | 0.51 |
| Hex | C6 | 74 | 3F | 0 | 29 | 44 | 16 | 18 | 36 | 33 |
| Octal | 306 | 164 | 77 | 0 | 51 | 104 | 26 | 30 | 66 | 63 |
| Binary | 11000110 | 1110100 | 111111 | 0 | 101001 | 1000100 | 10110 | 11000 | 110110 | 110011 |
Color Harmonies of #C6743F
Complementary color
Monochromatic Colors of #C6743F
Black with #C6743F
Text Example
Text Example
White with #C6743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6743F; }
p { color: rgb(198,116,63); }
H1.HeaderClassName
{
color: #C6743F;
}
.AnyTagClassName
{
color: #C6743F;
}
</style>
background-color css
<style>
a { background-color: #C6743F; }
a { background-color: rgb(198,116,63); }
div.DivClassName
{
background-color: #C6743F;
}
.BgClassName
{
background-color: #C6743F;
}
</style>
border-color css
<style>
span { border-color: #C6743F; }
span { border-color: rgb(198,116,63); }
td.TdClassName
{
border-color: #C6743F;
}
.TagClassName
{
border-color: #C6743F;
}
</style>