#604251

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

Shades of Finn #604251

Tints of Finn #604251

Color information

#604251 (or 0x604251) is unknown color: approx Finn. HEX triplet: 60, 42 and 51. RGB value is (96,66,81). Sum of RGB (Red+Green+Blue) = 96+66+81=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604251 is #9FBDAE. Grayscale: #4C4C4C. Windows color (decimal): -10468783 or 5325408. OLE color: 5325408.

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

Color convert

RGB966681-
CMYK00.310.160.62
HSL330º18.52%31.76%-
HSV(B)330º31.25%37.65%-
XYZ8.266.988.7-
YUV76.68130.44141.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=39.51%
G=27.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96668100.310.160.6233018.5231.76
Hex60425101F103E14a1320
Octal14010212103720765122340
Binary1100000100001010100010111111000011111010100101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604251; }

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

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

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

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

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

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

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

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