#605056

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

Shades of Finn #605056

Tints of Finn #605056

Color information

#605056 (or 0x605056) is unknown color: approx Finn. HEX triplet: 60, 50 and 56. RGB value is (96,80,86). Sum of RGB (Red+Green+Blue) = 96+80+86=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #605056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605056 is #9FAFA9. Grayscale: #555555. Windows color (decimal): -10465194 or 5656672. OLE color: 5656672.

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

Color convert

RGB968086-
CMYK00.170.100.62
HSL337.5º9.09%34.51%-
HSV(B)337.5º16.67%37.65%-
XYZ9.378.910.03-
YUV85.47128.3135.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=36.64%
G=30.53%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96808600.170.100.62337.59.0934.51
Hex605056011A3E152923
Octal14012012602112765221143
Binary11000001010000101011001000110101111101010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605056; }

 p { color: rgb(96,80,86); }

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

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

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

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

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

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

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