#6D5858

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

Shades of Zambezi #6D5858

Tints of Zambezi #6D5858

Color information

#6D5858 (or 0x6D5858) is unknown color: approx Zambezi. HEX triplet: 6D, 58 and 58. RGB value is (109,88,88). Sum of RGB (Red+Green+Blue) = 109+88+88=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5858 is #92A7A7. Grayscale: #5E5E5E. Windows color (decimal): -9611176 or 5789805. OLE color: 5789805.

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

Color convert

RGB1098888-
CMYK00.190.190.57
HSL10.66%38.63%-
HSV(B)19.27%42.75%-
XYZ11.5610.9410.73-
YUV94.28124.46138.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=38.25%
G=30.88%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109888800.190.190.57010.6638.63
Hex6D585801313390b27
Octal155130130023237101347
Binary1101101101100010110000100111001111100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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