Html Css Color HEX #604A51 Finn

📋 copy color: '#604A51'

red 96 ◦ green 74 ◦ blue 81

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

Shades of Finn #604A51

Tints of Finn #604A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 38.25%
G = 29.48%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604A51 (or 0x604A51) is known color: Finn. HEX triplet: 60, 4A and 51. RGB value is (96,74,81). Sum of RGB (Red+Green+Blue) = 96+74+81=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #604A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A51 is #9FB5AE. Grayscale: #515151. Windows color (decimal): -10466735 or 5327456. OLE color: 5327456.

HSL color Cylindrical-coordinate representation of color #604A51: hue angle of 340.91º 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 #604A51 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 74 81 -
CMYK 0 0.23 0.16 0.62
HSL 340.91º 0.13% 0.33% -
HSV(B) 340.91º 0.23% 0.38% -
XYZ 8.76 7.98 8.86 -
YUV 81.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 96 74 81 0 0.23 0.16 0.62 340.91 0.13 0.33
Hex 60 4A 51 0 17 10 3E 155 D 21
Octal 140 112 121 0 27 20 76 525 15 41
Binary 1100000 1001010 1010001 0 10111 10000 111110 101010101 1101 100001

Color Harmonies of #604A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A51

Black with #604A51

Text Example


Text Example

White with #604A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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