#604751

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

Shades of Finn #604751

Tints of Finn #604751

Color information

#604751 (or 0x604751) is unknown color: approx Finn. HEX triplet: 60, 47 and 51. RGB value is (96,71,81). Sum of RGB (Red+Green+Blue) = 96+71+81=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604751 is #9FB8AE. Grayscale: #4F4F4F. Windows color (decimal): -10467503 or 5326688. OLE color: 5326688.

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

Color convert

RGB967181-
CMYK00.260.160.62
HSL336º14.97%32.75%-
HSV(B)336º26.04%37.65%-
XYZ8.567.598.8-
YUV79.61128.78139.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=38.71%
G=28.63%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96718100.260.160.6233614.9732.75
Hex60475101A103E150f21
Octal14010712103220765201741
Binary110000010001111010001011010100001111101010100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604751; }

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

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

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

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

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

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

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

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