#603D50

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

Shades of Finn #603D50

Tints of Finn #603D50

Color information

#603D50 (or 0x603D50) is unknown color: approx Finn. HEX triplet: 60, 3D and 50. RGB value is (96,61,80). Sum of RGB (Red+Green+Blue) = 96+61+80=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #603D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D50 is #9FC2AF. Grayscale: #494949. Windows color (decimal): -10470064 or 5258592. OLE color: 5258592.

HSL color Cylindrical-coordinate representation of color #603D50: hue angle of 327.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #603D50 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB966180-
CMYK00.360.170.62
HSL327.43º22.29%30.78%-
HSV(B)327.43º36.46%37.65%-
XYZ7.946.48.41-
YUV73.63131.6143.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=40.51%
G=25.74%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96618000.360.170.62327.4322.2930.78
Hex603D50024113E147161f
Octal1407512004421765072637
Binary110000011110110100000100100100011111101010001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D50; }

 p { color: rgb(96,61,80); }

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

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

 a { background-color: rgb(96,61,80); }

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

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

 span { border-color: rgb(96,61,80); }

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