#605A58

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

Shades of Tundora #605A58

Tints of Tundora #605A58

Color information

#605A58 (or 0x605A58) is unknown color: approx Tundora. HEX triplet: 60, 5A and 58. RGB value is (96,90,88). Sum of RGB (Red+Green+Blue) = 96+90+88=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 96 - color contains mainly: red. Hex color #605A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A58 is #9FA5A7. Grayscale: #5B5B5B. Windows color (decimal): -10462632 or 5790304. OLE color: 5790304.

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

Color convert

RGB969088-
CMYK00.060.080.62
HSL15º4.35%36.08%-
HSV(B)15º8.33%37.65%-
XYZ10.2410.510.72-
YUV91.57125.99131.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=35.04%
G=32.85%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96908800.060.080.62154.3536.08
Hex605A580683Ef424
Octal14013213006107617444
Binary110000010110101011000011010001111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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