#605258

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

Shades of Finn #605258

Tints of Finn #605258

Color information

#605258 (or 0x605258) is unknown color: approx Finn. HEX triplet: 60, 52 and 58. RGB value is (96,82,88). Sum of RGB (Red+Green+Blue) = 96+82+88=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #605258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605258 is #9FADA7. Grayscale: #565656. Windows color (decimal): -10464680 or 5788256. OLE color: 5788256.

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

Color convert

RGB968288-
CMYK00.150.080.62
HSL334.29º7.87%34.9%-
HSV(B)334.29º14.58%37.65%-
XYZ9.69.2310.51-
YUV86.87128.64134.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=36.09%
G=30.83%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96828800.150.080.62334.297.8734.9
Hex6052580F83E14e823
Octal14012213001710765161043
Binary1100000101001010110000111110001111101010011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605258; }

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

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

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

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

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

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

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

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