#605857

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

Shades of Zambezi #605857

Tints of Zambezi #605857

Color information

#605857 (or 0x605857) is unknown color: approx Zambezi. HEX triplet: 60, 58 and 57. RGB value is (96,88,87). Sum of RGB (Red+Green+Blue) = 96+88+87=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 96 - color contains mainly: red. Hex color #605857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605857 is #9FA7A8. Grayscale: #5A5A5A. Windows color (decimal): -10463145 or 5724256. OLE color: 5724256.

HSL color Cylindrical-coordinate representation of color #605857: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #605857 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB968887-
CMYK00.080.090.62
HSL6.67º4.92%35.88%-
HSV(B)6.67º9.38%37.65%-
XYZ10.0310.1510.45-
YUV90.28126.15132.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=35.42%
G=32.47%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96888700.080.090.626.674.9235.88
Hex6058570893E7524
Octal14013012701011767544
Binary110000010110001010111010001001111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605857; }

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

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

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

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

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

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

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

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