#604F56

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

Shades of Finn #604F56

Tints of Finn #604F56

Color information

#604F56 (or 0x604F56) is unknown color: approx Finn. HEX triplet: 60, 4F and 56. RGB value is (96,79,86). Sum of RGB (Red+Green+Blue) = 96+79+86=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #604F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F56 is #9FB0A9. Grayscale: #545454. Windows color (decimal): -10465450 or 5656416. OLE color: 5656416.

HSL color Cylindrical-coordinate representation of color #604F56: hue angle of 335.29º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #604F56 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB967986-
CMYK00.180.100.62
HSL335.29º9.71%34.31%-
HSV(B)335.29º17.71%37.65%-
XYZ9.38.7510-
YUV84.88128.63135.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=36.78%
G=30.27%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96798600.180.100.62335.299.7134.31
Hex604F56012A3E14fa22
Octal14011712602212765171242
Binary11000001001111101011001001010101111101010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F56; }

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

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

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

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

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

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

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

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