Html Css Color HEX #604050 Finn

📋 copy color: '#604050'

red 96 ◦ green 64 ◦ blue 80

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

Shades of Finn #604050

Tints of Finn #604050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#604050 (or 0x604050) is known color: Finn. HEX triplet: 60, 40 and 50. RGB value is (96,64,80). Sum of RGB (Red+Green+Blue) = 96+64+80=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604050 is #9FBFAF. Grayscale: #4B4B4B. Windows color (decimal): -10469296 or 5259360. OLE color: 5259360.

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

Color convert

RGB 96 64 80 -
CMYK 0 0.33 0.17 0.62
HSL 330º 0.2% 0.31% -
HSV(B) 330º 0.33% 0.38% -
XYZ 8.11 6.73 8.46 -
YUV 75.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 96 64 80 0 0.33 0.17 0.62 330 0.2 0.31
Hex 60 40 50 0 21 11 3E 14A 14 1F
Octal 140 100 120 0 41 21 76 512 24 37
Binary 1100000 1000000 1010000 0 100001 10001 111110 101001010 10100 11111

Color Harmonies of #604050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604050

Black with #604050

Text Example


Text Example

White with #604050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604050; }

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

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

background-color css

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

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

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

border-color css

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

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

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