Html Css Color HEX #604854 Finn

📋 copy color: '#604854'

red 96 ◦ green 72 ◦ blue 84

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

Shades of Finn #604854

Tints of Finn #604854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#604854 (or 0x604854) is known color: Finn. HEX triplet: 60, 48 and 54. RGB value is (96,72,84). Sum of RGB (Red+Green+Blue) = 96+72+84=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604854 is #9FB7AB. Grayscale: #505050. Windows color (decimal): -10467244 or 5523552. OLE color: 5523552.

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

Color convert

RGB 96 72 84 -
CMYK 0 0.25 0.12 0.62
HSL 330º 0.14% 0.33% -
HSV(B) 330º 0.25% 0.38% -
XYZ 8.74 7.76 9.42 -
YUV 80.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 96 72 84 0 0.25 0.12 0.62 330 0.14 0.33
Hex 60 48 54 0 19 C 3E 14A E 21
Octal 140 110 124 0 31 14 76 512 16 41
Binary 1100000 1001000 1010100 0 11001 1100 111110 101001010 1110 100001

Color Harmonies of #604854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604854

Black with #604854

Text Example


Text Example

White with #604854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604854; }

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

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

background-color css

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

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

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

border-color css

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

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

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