#6D5857

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

Shades of Zambezi #6D5857

Tints of Zambezi #6D5857

Color information

#6D5857 (or 0x6D5857) is unknown color: approx Zambezi. HEX triplet: 6D, 58 and 57. RGB value is (109,88,87). Sum of RGB (Red+Green+Blue) = 109+88+87=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5857 is #92A7A8. Grayscale: #5E5E5E. Windows color (decimal): -9611177 or 5724269. OLE color: 5724269.

HSL color Cylindrical-coordinate representation of color #6D5857: hue angle of 2.73º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5857 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB1098887-
CMYK00.190.200.57
HSL2.73º11.22%38.43%-
HSV(B)2.73º20.18%42.75%-
XYZ11.5210.9210.52-
YUV94.16123.96138.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=38.38%
G=30.99%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109888700.190.200.572.7311.2238.43
Hex6D585701314393b26
Octal155130127023247131346
Binary11011011011000101011101001110100111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,88,87); }

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

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

 a { background-color: rgb(109,88,87); }

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

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

 span { border-color: rgb(109,88,87); }

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