Html Css Color HEX #604D56 Finn

📋 copy color: '#604D56'

red 96 ◦ green 77 ◦ blue 86

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

Shades of Finn #604D56

Tints of Finn #604D56

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.73%

 BLUE value IS 86 (33.98% from 255) = 33.2%

R = 37.07%
G = 29.73%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#604D56 (or 0x604D56) is known color: Finn. HEX triplet: 60, 4D and 56. RGB value is (96,77,86). Sum of RGB (Red+Green+Blue) = 96+77+86=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #604D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D56 is #9FB2A9. Grayscale: #535353. Windows color (decimal): -10465962 or 5655904. OLE color: 5655904.

HSL color Cylindrical-coordinate representation of color #604D56: hue angle of 331.58º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D56 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 86 -
CMYK 0 0.20 0.10 0.62
HSL 331.58º 0.11% 0.34% -
HSV(B) 331.58º 0.2% 0.38% -
XYZ 9.16 8.47 9.96 -
YUV 83.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 96 77 86 0 0.20 0.10 0.62 331.58 0.11 0.34
Hex 60 4D 56 0 14 A 3E 14C B 22
Octal 140 115 126 0 24 12 76 514 13 42
Binary 1100000 1001101 1010110 0 10100 1010 111110 101001100 1011 100010

Color Harmonies of #604D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D56

Black with #604D56

Text Example


Text Example

White with #604D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,77,86); }

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

background-color css

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

 a { background-color: rgb(96,77,86); }

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

border-color css

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

 span { border-color: rgb(96,77,86); }

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