#605F5F

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

Shades of Zambezi #605F5F

Tints of Zambezi #605F5F

Color information

#605F5F (or 0x605F5F) is unknown color: approx Zambezi. HEX triplet: 60, 5F and 5F. RGB value is (96,95,95). Sum of RGB (Red+Green+Blue) = 96+95+95=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 96 - color contains mainly: red. Hex color #605F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F5F is #9FA0A0. Grayscale: #5F5F5F. Windows color (decimal): -10461345 or 6250336. OLE color: 6250336.

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

Color convert

RGB969595-
CMYK00.010.010.62
HSL0.52%37.45%-
HSV(B)1.04%37.65%-
XYZ10.9811.512.47-
YUV95.3127.83128.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=33.57%
G=33.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96959500.010.010.6200.5237.45
Hex605F5F0113E0125
Octal140137137011760145
Binary11000001011111101111101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F5F; }

 p { color: rgb(96,95,95); }

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

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

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

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

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

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

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