#604051

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

Shades of Finn #604051

Tints of Finn #604051

Color information

#604051 (or 0x604051) is unknown color: approx Finn. HEX triplet: 60, 40 and 51. RGB value is (96,64,81). Sum of RGB (Red+Green+Blue) = 96+64+81=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604051 is #9FBFAE. Grayscale: #4B4B4B. Windows color (decimal): -10469295 or 5324896. OLE color: 5324896.

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

Color convert

RGB966481-
CMYK00.330.160.62
HSL328.12º20%31.37%-
HSV(B)328.12º33.33%37.65%-
XYZ8.146.758.66-
YUV75.51131.1142.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=39.83%
G=26.56%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96648100.330.160.62328.122031.37
Hex604051021103E148141f
Octal14010012104120765102437
Binary1100000100000010100010100001100001111101010010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604051; }

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

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

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

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

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

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

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

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