Html Css Color HEX #604A55 Finn

📋 copy color: '#604A55'

red 96 ◦ green 74 ◦ blue 85

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

Shades of Finn #604A55

Tints of Finn #604A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 37.65%
G = 29.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#604A55 (or 0x604A55) is known color: Finn. HEX triplet: 60, 4A and 55. RGB value is (96,74,85). Sum of RGB (Red+Green+Blue) = 96+74+85=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A55 is #9FB5AA. Grayscale: #515151. Windows color (decimal): -10466731 or 5589600. OLE color: 5589600.

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

Color convert

RGB 96 74 85 -
CMYK 0 0.23 0.11 0.62
HSL 330º 0.13% 0.33% -
HSV(B) 330º 0.23% 0.38% -
XYZ 8.91 8.04 9.68 -
YUV 81.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 96 74 85 0 0.23 0.11 0.62 330 0.13 0.33
Hex 60 4A 55 0 17 B 3E 14A D 21
Octal 140 112 125 0 27 13 76 512 15 41
Binary 1100000 1001010 1010101 0 10111 1011 111110 101001010 1101 100001

Color Harmonies of #604A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A55

Black with #604A55

Text Example


Text Example

White with #604A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604A55; }

 p { color: rgb(96,74,85); }

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

background-color css

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

 a { background-color: rgb(96,74,85); }

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

border-color css

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

 span { border-color: rgb(96,74,85); }

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