#C86D41

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

Shades of Zest #C86D41

Tints of Zest #C86D41

Color information

#C86D41 (or 0xC86D41) is unknown color: approx Zest. HEX triplet: C8, 6D and 41. RGB value is (200,109,65). Sum of RGB (Red+Green+Blue) = 200+109+65=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D41 is #3792BE. Grayscale: #838383. Windows color (decimal): -3642047 or 4287944. OLE color: 4287944.

HSL color Cylindrical-coordinate representation of color #C86D41: hue angle of 19.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C86D41 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20010965-
CMYK00.460.680.22
HSL19.56º55.1%51.96%-
HSV(B)19.56º67.5%78.43%-
XYZ30.2423.67.96-
YUV131.1990.65177.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 65 (25.78% from 255) = 17.38%
R=53.48%
G=29.14%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001096500.460.680.2219.5655.151.96
HexC86D4102E4416143734
Octal31015510105610426246764
Binary1100100011011011000001010111010001001011010100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D41; }

 p { color: rgb(200,109,65); }

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

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

 a { background-color: rgb(200,109,65); }

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

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

 span { border-color: rgb(200,109,65); }

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