Html Css Color HEX #604955 Finn

📋 copy color: '#604955'

red 96 ◦ green 73 ◦ blue 85

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

Shades of Finn #604955

Tints of Finn #604955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 37.8%
G = 28.74%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#604955 (or 0x604955) is known color: Finn. HEX triplet: 60, 49 and 55. RGB value is (96,73,85). Sum of RGB (Red+Green+Blue) = 96+73+85=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604955 is #9FB6AA. Grayscale: #515151. Windows color (decimal): -10466987 or 5589344. OLE color: 5589344.

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

Color convert

RGB 96 73 85 -
CMYK 0 0.24 0.11 0.62
HSL 328.7º 0.14% 0.33% -
HSV(B) 328.7º 0.24% 0.38% -
XYZ 8.85 7.91 9.65 -
YUV 81.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 96 73 85 0 0.24 0.11 0.62 328.7 0.14 0.33
Hex 60 49 55 0 18 B 3E 149 E 21
Octal 140 111 125 0 30 13 76 511 16 41
Binary 1100000 1001001 1010101 0 11000 1011 111110 101001001 1110 100001

Color Harmonies of #604955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604955

Black with #604955

Text Example


Text Example

White with #604955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604955; }

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

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

background-color css

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

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

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

border-color css

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

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

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