#605C5B

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

Shades of Tundora #605C5B

Tints of Tundora #605C5B

Color information

#605C5B (or 0x605C5B) is unknown color: approx Tundora. HEX triplet: 60, 5C and 5B. RGB value is (96,92,91). Sum of RGB (Red+Green+Blue) = 96+92+91=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5B is #9FA3A4. Grayscale: #5D5D5D. Windows color (decimal): -10462117 or 5987424. OLE color: 5987424.

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

Color convert

RGB969291-
CMYK00.040.050.62
HSL12º2.67%36.67%-
HSV(B)12º5.21%37.65%-
XYZ10.5410.911.45-
YUV93.08126.83130.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=34.41%
G=32.97%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96929100.040.050.62122.6736.67
Hex605C5B0453Ec325
Octal1401341330457614345
Binary1100000101110010110110100101111110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,91); }

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

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

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

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

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

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

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