#C6713D

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

Shades of Zest #C6713D

Tints of Zest #C6713D

Color information

#C6713D (or 0xC6713D) is unknown color: approx Zest. HEX triplet: C6, 71 and 3D. RGB value is (198,113,61). Sum of RGB (Red+Green+Blue) = 198+113+61=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6713D is #398EC2. Grayscale: #848484. Windows color (decimal): -3772099 or 4026822. OLE color: 4026822.

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

Color convert

RGB19811361-
CMYK00.430.690.22
HSL22.77º54.58%50.78%-
HSV(B)22.77º69.19%77.65%-
XYZ30.0424.157.49-
YUV132.4987.66174.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.23%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=53.23%
G=30.38%
B=16.40%

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
Decimal1981136100.430.690.2222.7754.5850.78
HexC6713D02B4516173733
Octal3061617505310526276763
Binary110001101110001111101010101110001011011010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6713D; }

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

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

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

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

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

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

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

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