#605358

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

Shades of Finn #605358

Tints of Finn #605358

Color information

#605358 (or 0x605358) is unknown color: approx Finn. HEX triplet: 60, 53 and 58. RGB value is (96,83,88). Sum of RGB (Red+Green+Blue) = 96+83+88=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #605358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605358 is #9FACA7. Grayscale: #575757. Windows color (decimal): -10464424 or 5788512. OLE color: 5788512.

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

Color convert

RGB968388-
CMYK00.140.080.62
HSL336.92º7.26%35.1%-
HSV(B)336.92º13.54%37.65%-
XYZ9.689.3810.53-
YUV87.46128.31134.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=35.96%
G=31.09%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96838800.140.080.62336.927.2635.1
Hex6053580E83E151723
Octal1401231300161076521743
Binary110000010100111011000011101000111110101010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605358; }

 p { color: rgb(96,83,88); }

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

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

 a { background-color: rgb(96,83,88); }

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

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

 span { border-color: rgb(96,83,88); }

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