#6A5857

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

Shades of Zambezi #6A5857

Tints of Zambezi #6A5857

Color information

#6A5857 (or 0x6A5857) is unknown color: approx Zambezi. HEX triplet: 6A, 58 and 57. RGB value is (106,88,87). Sum of RGB (Red+Green+Blue) = 106+88+87=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5857 is #95A7A8. Grayscale: #5D5D5D. Windows color (decimal): -9807785 or 5724266. OLE color: 5724266.

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

Color convert

RGB1068887-
CMYK00.170.180.58
HSL3.16º9.84%37.84%-
HSV(B)3.16º17.92%41.57%-
XYZ11.1510.7310.5-
YUV93.27124.46137.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=37.72%
G=31.32%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106888700.170.180.583.169.8437.84
Hex6A5857011123A3a26
Octal152130127021227231246
Binary11010101011000101011101000110010111010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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