#604153

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

Shades of Finn #604153

Tints of Finn #604153

Color information

#604153 (or 0x604153) is unknown color: approx Finn. HEX triplet: 60, 41 and 53. RGB value is (96,65,83). Sum of RGB (Red+Green+Blue) = 96+65+83=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #604153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604153 is #9FBEAC. Grayscale: #4C4C4C. Windows color (decimal): -10469037 or 5456224. OLE color: 5456224.

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

Color convert

RGB966583-
CMYK00.320.140.62
HSL325.16º19.25%31.57%-
HSV(B)325.16º32.29%37.65%-
XYZ8.286.899.08-
YUV76.32131.77142.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=39.34%
G=26.64%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96658300.320.140.62325.1619.2531.57
Hex604153020E3E1451320
Octal14010112304016765052340
Binary1100000100000110100110100000111011111010100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604153; }

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

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

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

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

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

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

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

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