#CB6E39

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

Shades of Zest #CB6E39

Tints of Zest #CB6E39

Color information

#CB6E39 (or 0xCB6E39) is unknown color: approx Zest. HEX triplet: CB, 6E and 39. RGB value is (203,110,57). Sum of RGB (Red+Green+Blue) = 203+110+57=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E39 is #3491C6. Grayscale: #848484. Windows color (decimal): -3445191 or 3763915. OLE color: 3763915.

HSL color Cylindrical-coordinate representation of color #CB6E39: hue angle of 21.78º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB6E39 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20311057-
CMYK00.460.720.20
HSL21.78º58.4%50.98%-
HSV(B)21.78º71.92%79.61%-
XYZ30.9424.146.9-
YUV131.7685.81178.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=54.86%
G=29.73%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031105700.460.720.2021.7858.450.98
HexCB6E3902E4814163a33
Octal3131567105611024267263
Binary110010111101110111001010111010010001010010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E39; }

 p { color: rgb(203,110,57); }

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

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

 a { background-color: rgb(203,110,57); }

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

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

 span { border-color: rgb(203,110,57); }

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