Shades of Zest #C6733E
Tints of Zest #C6733E
RGB
CMYK
RGB Variations
Color information
#C6733E (or 0xC6733E) is known color: Zest. HEX triplet: C6, 73 and 3E. RGB value is (198,115,62). Sum of RGB (Red+Green+Blue) = 198+115+62=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6733E is #398CC1. Grayscale: #868686. Windows color (decimal): -3771586 or 4092870. OLE color: 4092870.
HSL color Cylindrical-coordinate representation of color #C6733E: hue angle of 23.38º degrees, saturation: 0.54, 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 #C6733E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 62 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.22 |
| HSL | 23.38º | 0.54% | 0.51% | - |
| HSV(B) | 23.38º | 0.69% | 0.78% | - |
| XYZ | 30.29 | 24.62 | 7.71 | - |
| YUV | 133.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 62 | 0 | 0.42 | 0.69 | 0.22 | 23.38 | 0.54 | 0.51 |
| Hex | C6 | 73 | 3E | 0 | 2A | 45 | 16 | 17 | 36 | 33 |
| Octal | 306 | 163 | 76 | 0 | 52 | 105 | 26 | 27 | 66 | 63 |
| Binary | 11000110 | 1110011 | 111110 | 0 | 101010 | 1000101 | 10110 | 10111 | 110110 | 110011 |
Color Harmonies of #C6733E
Complementary color
Monochromatic Colors of #C6733E
Black with #C6733E
Text Example
Text Example
White with #C6733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6733E; }
p { color: rgb(198,115,62); }
H1.HeaderClassName
{
color: #C6733E;
}
.AnyTagClassName
{
color: #C6733E;
}
</style>
background-color css
<style>
a { background-color: #C6733E; }
a { background-color: rgb(198,115,62); }
div.DivClassName
{
background-color: #C6733E;
}
.BgClassName
{
background-color: #C6733E;
}
</style>
border-color css
<style>
span { border-color: #C6733E; }
span { border-color: rgb(198,115,62); }
td.TdClassName
{
border-color: #C6733E;
}
.TagClassName
{
border-color: #C6733E;
}
</style>