Html Css Color HEX #603F50 Finn

📋 copy color: '#603F50'

red 96 ◦ green 63 ◦ blue 80

#603F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #603F50

Tints of Finn #603F50

RGB

 RED value IS 96 (37.89% from 255) = 40.17%

 GREEN value IS 63 (25% from 255) = 26.36%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 40.17%
G = 26.36%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#603F50 (or 0x603F50) is known color: Finn. HEX triplet: 60, 3F and 50. RGB value is (96,63,80). Sum of RGB (Red+Green+Blue) = 96+63+80=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #603F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F50 is #9FC0AF. Grayscale: #4A4A4A. Windows color (decimal): -10469552 or 5259104. OLE color: 5259104.

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

Color convert

RGB 96 63 80 -
CMYK 0 0.34 0.17 0.62
HSL 329.09º 0.21% 0.31% -
HSV(B) 329.09º 0.34% 0.38% -
XYZ 8.05 6.62 8.44 -
YUV 74.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 96 63 80 0 0.34 0.17 0.62 329.09 0.21 0.31
Hex 60 3F 50 0 22 11 3E 149 15 1F
Octal 140 77 120 0 42 21 76 511 25 37
Binary 1100000 111111 1010000 0 100010 10001 111110 101001001 10101 11111

Color Harmonies of #603F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F50

Black with #603F50

Text Example


Text Example

White with #603F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #603F50;
 }
 .AnyTagClassName
 {
   color: #603F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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