#6A5858

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

Shades of Zambezi #6A5858

Tints of Zambezi #6A5858

Color information

#6A5858 (or 0x6A5858) is unknown color: approx Zambezi. HEX triplet: 6A, 58 and 58. RGB value is (106,88,88). Sum of RGB (Red+Green+Blue) = 106+88+88=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5858 is #95A7A7. Grayscale: #5D5D5D. Windows color (decimal): -9807784 or 5789802. OLE color: 5789802.

HSL color Cylindrical-coordinate representation of color #6A5858: hue angle of 0º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A5858 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1068888-
CMYK00.170.170.58
HSL9.28%38.04%-
HSV(B)16.98%41.57%-
XYZ11.210.7510.72-
YUV93.38124.96137-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=37.59%
G=31.21%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106888800.170.170.5809.2838.04
Hex6A5858011113A0926
Octal152130130021217201146
Binary1101010101100010110000100011000111101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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