Html Css Color HEX #604C56 Finn

📋 copy color: '#604C56'

red 96 ◦ green 76 ◦ blue 86

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

Shades of Finn #604C56

Tints of Finn #604C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

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

R = 37.21%
G = 29.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#604C56 (or 0x604C56) is known color: Finn. HEX triplet: 60, 4C and 56. RGB value is (96,76,86). Sum of RGB (Red+Green+Blue) = 96+76+86=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #604C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C56 is #9FB3A9. Grayscale: #535353. Windows color (decimal): -10466218 or 5655648. OLE color: 5655648.

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

Color convert

RGB 96 76 86 -
CMYK 0 0.21 0.10 0.62
HSL 330º 0.12% 0.34% -
HSV(B) 330º 0.21% 0.38% -
XYZ 9.09 8.33 9.93 -
YUV 83.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 96 76 86 0 0.21 0.10 0.62 330 0.12 0.34
Hex 60 4C 56 0 15 A 3E 14A C 22
Octal 140 114 126 0 25 12 76 512 14 42
Binary 1100000 1001100 1010110 0 10101 1010 111110 101001010 1100 100010

Color Harmonies of #604C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C56

Black with #604C56

Text Example


Text Example

White with #604C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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