Html Css Color HEX #604851 Finn

📋 copy color: '#604851'

red 96 ◦ green 72 ◦ blue 81

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

Shades of Finn #604851

Tints of Finn #604851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 38.55%
G = 28.92%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604851 (or 0x604851) is known color: Finn. HEX triplet: 60, 48 and 51. RGB value is (96,72,81). Sum of RGB (Red+Green+Blue) = 96+72+81=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604851 is #9FB7AE. Grayscale: #505050. Windows color (decimal): -10467247 or 5326944. OLE color: 5326944.

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

Color convert

RGB 96 72 81 -
CMYK 0 0.25 0.16 0.62
HSL 337.5º 0.14% 0.33% -
HSV(B) 337.5º 0.25% 0.38% -
XYZ 8.63 7.72 8.82 -
YUV 80.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 96 72 81 0 0.25 0.16 0.62 337.5 0.14 0.33
Hex 60 48 51 0 19 10 3E 152 E 21
Octal 140 110 121 0 31 20 76 522 16 41
Binary 1100000 1001000 1010001 0 11001 10000 111110 101010010 1110 100001

Color Harmonies of #604851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604851

Black with #604851

Text Example


Text Example

White with #604851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604851; }

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

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

background-color css

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

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

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

border-color css

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

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

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