#604951

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

Shades of Finn #604951

Tints of Finn #604951

Color information

#604951 (or 0x604951) is unknown color: approx Finn. HEX triplet: 60, 49 and 51. RGB value is (96,73,81). Sum of RGB (Red+Green+Blue) = 96+73+81=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604951 is #9FB6AE. Grayscale: #505050. Windows color (decimal): -10466991 or 5327200. OLE color: 5327200.

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

Color convert

RGB967381-
CMYK00.240.160.62
HSL339.13º13.61%33.14%-
HSV(B)339.13º23.96%37.65%-
XYZ8.697.858.84-
YUV80.79128.12138.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=38.4%
G=29.2%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96738100.240.160.62339.1313.6133.14
Hex604951018103E153e21
Octal14011112103020765231641
Binary110000010010011010001011000100001111101010100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604951; }

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

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

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

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

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

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

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

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