#C6703D

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

Shades of Zest #C6703D

Tints of Zest #C6703D

Color information

#C6703D (or 0xC6703D) is unknown color: approx Zest. HEX triplet: C6, 70 and 3D. RGB value is (198,112,61). Sum of RGB (Red+Green+Blue) = 198+112+61=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6703D is #398FC2. Grayscale: #848484. Windows color (decimal): -3772355 or 4026566. OLE color: 4026566.

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

Color convert

RGB19811261-
CMYK00.430.690.22
HSL22.34º54.58%50.78%-
HSV(B)22.34º69.19%77.65%-
XYZ29.9323.937.46-
YUV131.987.99175.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=53.37%
G=30.19%
B=16.44%

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
Decimal1981126100.430.690.2222.3454.5850.78
HexC6703D02B4516163733
Octal3061607505310526266763
Binary110001101110000111101010101110001011011010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6703D; }

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

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

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

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

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

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

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

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