Html Css Color HEX #604951 Finn

📋 copy color: '#604951'

red 96 ◦ green 73 ◦ blue 81

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

Shades of Finn #604951

Tints of Finn #604951

RGB

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

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

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

R = 38.4%
G = 29.2%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604951 (or 0x604951) is known color: Finn. HEX triplet: 60, 49 and 51. RGB value is (96,73,81). Sum of RGB (Red+Green+Blue) = 96+73+81=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604951 is #9FB6AE. Grayscale: #505050. Windows color (decimal): -10466991 or 5327200. OLE color: 5327200.

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

Color convert

RGB 96 73 81 -
CMYK 0 0.24 0.16 0.62
HSL 339.13º 0.14% 0.33% -
HSV(B) 339.13º 0.24% 0.38% -
XYZ 8.69 7.85 8.84 -
YUV 80.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 96 73 81 0 0.24 0.16 0.62 339.13 0.14 0.33
Hex 60 49 51 0 18 10 3E 153 E 21
Octal 140 111 121 0 30 20 76 523 16 41
Binary 1100000 1001001 1010001 0 11000 10000 111110 101010011 1110 100001

Color Harmonies of #604951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604951

Black with #604951

Text Example


Text Example

White with #604951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604951; }

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

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

background-color css

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

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

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

border-color css

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

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

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