#6A5957

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

Shades of Zambezi #6A5957

Tints of Zambezi #6A5957

Color information

#6A5957 (or 0x6A5957) is unknown color: approx Zambezi. HEX triplet: 6A, 59 and 57. RGB value is (106,89,87). Sum of RGB (Red+Green+Blue) = 106+89+87=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5957 is #95A6A8. Grayscale: #5D5D5D. Windows color (decimal): -9807529 or 5724522. OLE color: 5724522.

HSL color Cylindrical-coordinate representation of color #6A5957: hue angle of 6.32º 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 #6A5957 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1068987-
CMYK00.160.180.58
HSL6.32º9.84%37.84%-
HSV(B)6.32º17.92%41.57%-
XYZ11.2410.910.53-
YUV93.86124.13136.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=37.59%
G=31.56%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106898700.160.180.586.329.8437.84
Hex6A5957010123A6a26
Octal152131127020227261246
Binary110101010110011010111010000100101110101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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