#604253

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

Shades of Finn #604253

Tints of Finn #604253

Color information

#604253 (or 0x604253) is unknown color: approx Finn. HEX triplet: 60, 42 and 53. RGB value is (96,66,83). Sum of RGB (Red+Green+Blue) = 96+66+83=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604253 is #9FBDAC. Grayscale: #4C4C4C. Windows color (decimal): -10468781 or 5456480. OLE color: 5456480.

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

Color convert

RGB966683-
CMYK00.310.140.62
HSL326º18.52%31.76%-
HSV(B)326º31.25%37.65%-
XYZ8.337.019.1-
YUV76.91131.44141.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=39.18%
G=26.94%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668300.310.140.6232618.5231.76
Hex60425301FE3E1461320
Octal14010212303716765062340
Binary110000010000101010011011111111011111010100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604253; }

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

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

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

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

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

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

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

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