#604651

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

Shades of Finn #604651

Tints of Finn #604651

Color information

#604651 (or 0x604651) is unknown color: approx Finn. HEX triplet: 60, 46 and 51. RGB value is (96,70,81). Sum of RGB (Red+Green+Blue) = 96+70+81=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604651 is #9FB9AE. Grayscale: #4F4F4F. Windows color (decimal): -10467759 or 5326432. OLE color: 5326432.

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

Color convert

RGB967081-
CMYK00.270.160.62
HSL334.62º15.66%32.55%-
HSV(B)334.62º27.08%37.65%-
XYZ8.57.468.78-
YUV79.03129.11140.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=38.87%
G=28.34%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96708100.270.160.62334.6215.6632.55
Hex60465101B103E14f1021
Octal14010612103320765172041
Binary1100000100011010100010110111000011111010100111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604651; }

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

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

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

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

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

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

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

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