#C6713E

Color #C6713E Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C6713E

Tints of Zest #C6713E

Color information

#C6713E (or 0xC6713E) is unknown color: approx Zest. HEX triplet: C6, 71 and 3E. RGB value is (198,113,62). Sum of RGB (Red+Green+Blue) = 198+113+62=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6713E is #398EC1. Grayscale: #848484. Windows color (decimal): -3772098 or 4092358. OLE color: 4092358.

HSL color Cylindrical-coordinate representation of color #C6713E: hue angle of 22.5º 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 #C6713E is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19811362-
CMYK00.430.690.22
HSL22.5º54.4%50.98%-
HSV(B)22.5º68.69%77.65%-
XYZ30.0624.167.64-
YUV132.688.16174.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=53.08%
G=30.29%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981136200.430.690.2222.554.450.98
HexC6713E02B4516163633
Octal3061617605310526266663
Binary110001101110001111110010101110001011011010110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6713E; }

 p { color: rgb(198,113,62); }

 H1.HeaderClassName
 {
   color: #C6713E;
 }
 .AnyTagClassName
 {
   color: #C6713E;
 }
</style>
background-color css

<style>
 a { background-color: #C6713E; }

 a { background-color: rgb(198,113,62); }

 div.DivClassName
 {
   background-color: #C6713E;
 }
 .BgClassName
 {
   background-color: #C6713E;
 }
</style>
border-color css

<style>
 span { border-color: #C6713E; }

 span { border-color: rgb(198,113,62); }

 td.TdClassName
 {
   border-color: #C6713E;
 }
 .TagClassName
 {
   border-color: #C6713E;
 }
</style>