Shades of Zest #C6753D
Tints of Zest #C6753D
RGB
CMYK
RGB Variations
Color information
#C6753D (or 0xC6753D) is known color: Zest. HEX triplet: C6, 75 and 3D. RGB value is (198,117,61). Sum of RGB (Red+Green+Blue) = 198+117+61=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6753D is #398AC2. Grayscale: #878787. Windows color (decimal): -3771075 or 4027846. OLE color: 4027846.
HSL color Cylindrical-coordinate representation of color #C6753D: hue angle of 24.53º 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 #C6753D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 61 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.22 |
| HSL | 24.53º | 0.55% | 0.51% | - |
| HSV(B) | 24.53º | 0.69% | 0.78% | - |
| XYZ | 30.49 | 25.07 | 7.65 | - |
| YUV | 134.84 | 86.34 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 61 | 0 | 0.41 | 0.69 | 0.22 | 24.53 | 0.55 | 0.51 |
| Hex | C6 | 75 | 3D | 0 | 29 | 45 | 16 | 19 | 37 | 33 |
| Octal | 306 | 165 | 75 | 0 | 51 | 105 | 26 | 31 | 67 | 63 |
| Binary | 11000110 | 1110101 | 111101 | 0 | 101001 | 1000101 | 10110 | 11001 | 110111 | 110011 |
Color Harmonies of #C6753D
Complementary color
Monochromatic Colors of #C6753D
Black with #C6753D
Text Example
Text Example
White with #C6753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6753D; }
p { color: rgb(198,117,61); }
H1.HeaderClassName
{
color: #C6753D;
}
.AnyTagClassName
{
color: #C6753D;
}
</style>
background-color css
<style>
a { background-color: #C6753D; }
a { background-color: rgb(198,117,61); }
div.DivClassName
{
background-color: #C6753D;
}
.BgClassName
{
background-color: #C6753D;
}
</style>
border-color css
<style>
span { border-color: #C6753D; }
span { border-color: rgb(198,117,61); }
td.TdClassName
{
border-color: #C6753D;
}
.TagClassName
{
border-color: #C6753D;
}
</style>