#605957

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

Shades of Tundora #605957

Tints of Tundora #605957

Color information

#605957 (or 0x605957) is unknown color: approx Tundora. HEX triplet: 60, 59 and 57. RGB value is (96,89,87). Sum of RGB (Red+Green+Blue) = 96+89+87=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #605957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605957 is #9FA6A8. Grayscale: #5A5A5A. Windows color (decimal): -10462889 or 5724512. OLE color: 5724512.

HSL color Cylindrical-coordinate representation of color #605957: hue angle of 13.33º 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 #605957 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB968987-
CMYK00.070.090.62
HSL13.33º4.92%35.88%-
HSV(B)13.33º9.38%37.65%-
XYZ10.1210.3210.48-
YUV90.86125.82131.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=35.29%
G=32.72%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96898700.070.090.6213.334.9235.88
Hex6059570793Ed524
Octal14013112707117615544
Binary110000010110011010111011110011111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605957; }

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

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

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

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

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

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

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

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