#603951

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

Shades of Finn #603951

Tints of Finn #603951

Color information

#603951 (or 0x603951) is unknown color: approx Finn. HEX triplet: 60, 39 and 51. RGB value is (96,57,81). Sum of RGB (Red+Green+Blue) = 96+57+81=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #603951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603951 is #9FC6AE. Grayscale: #474747. Windows color (decimal): -10471087 or 5323104. OLE color: 5323104.

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

Color convert

RGB965781-
CMYK00.410.160.62
HSL323.08º25.49%30%-
HSV(B)323.08º40.62%37.65%-
XYZ7.776.018.53-
YUV71.4133.42145.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=41.03%
G=24.36%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96578100.410.160.62323.0825.4930
Hex603951029103E143191e
Octal1407112105120765033136
Binary110000011100110100010101001100001111101010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603951; }

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

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

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

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

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

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

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

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