#605257

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

Shades of Finn #605257

Tints of Finn #605257

Color information

#605257 (or 0x605257) is unknown color: approx Finn. HEX triplet: 60, 52 and 57. RGB value is (96,82,87). Sum of RGB (Red+Green+Blue) = 96+82+87=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605257 is #9FADA8. Grayscale: #565656. Windows color (decimal): -10464681 or 5722720. OLE color: 5722720.

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

Color convert

RGB968287-
CMYK00.150.090.62
HSL338.57º7.87%34.9%-
HSV(B)338.57º14.58%37.65%-
XYZ9.569.2110.29-
YUV86.76128.14134.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=36.23%
G=30.94%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96828700.150.090.62338.577.8734.9
Hex6052570F93E153823
Octal14012212701711765231043
Binary1100000101001010101110111110011111101010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605257; }

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

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

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

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

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

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

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

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