#604250

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

Shades of Finn #604250

Tints of Finn #604250

Color information

#604250 (or 0x604250) is unknown color: approx Finn. HEX triplet: 60, 42 and 50. RGB value is (96,66,80). Sum of RGB (Red+Green+Blue) = 96+66+80=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #604250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604250 is #9FBDAF. Grayscale: #4C4C4C. Windows color (decimal): -10468784 or 5259872. OLE color: 5259872.

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

Color convert

RGB966680-
CMYK00.310.170.62
HSL332º18.52%31.76%-
HSV(B)332º31.25%37.65%-
XYZ8.226.968.5-
YUV76.57129.94141.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=39.67%
G=27.27%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668000.310.170.6233218.5231.76
Hex60425001F113E14c1320
Octal14010212003721765142340
Binary1100000100001010100000111111000111111010100110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604250; }

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

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

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

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

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

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

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

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