#6E5C5A

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

Shades of Zambezi #6E5C5A

Tints of Zambezi #6E5C5A

Color information

#6E5C5A (or 0x6E5C5A) is unknown color: approx Zambezi. HEX triplet: 6E, 5C and 5A. RGB value is (110,92,90). Sum of RGB (Red+Green+Blue) = 110+92+90=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C5A is #91A3A5. Grayscale: #616161. Windows color (decimal): -9544614 or 5921902. OLE color: 5921902.

HSL color Cylindrical-coordinate representation of color #6E5C5A: hue angle of 6º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5C5A is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB1109290-
CMYK00.160.180.57
HSL10%39.22%-
HSV(B)18.18%43.14%-
XYZ12.111.7111.29-
YUV97.15123.96137.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=37.67%
G=31.51%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110929000.160.180.5761039.22
Hex6E5C5A01012396a27
Octal156134132020227161247
Binary110111010111001011010010000100101110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5C5A; }

 p { color: rgb(110,92,90); }

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

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

 a { background-color: rgb(110,92,90); }

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

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

 span { border-color: rgb(110,92,90); }

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