Html Css Color HEX #604451 Finn

📋 copy color: '#604451'

red 96 ◦ green 68 ◦ blue 81

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

Shades of Finn #604451

Tints of Finn #604451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 39.18%
G = 27.76%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604451 (or 0x604451) is known color: Finn. HEX triplet: 60, 44 and 51. RGB value is (96,68,81). Sum of RGB (Red+Green+Blue) = 96+68+81=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604451 is #9FBBAE. Grayscale: #4D4D4D. Windows color (decimal): -10468271 or 5325920. OLE color: 5325920.

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

Color convert

RGB 96 68 81 -
CMYK 0 0.29 0.16 0.62
HSL 332.14º 0.17% 0.32% -
HSV(B) 332.14º 0.29% 0.38% -
XYZ 8.38 7.22 8.74 -
YUV 77.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 96 68 81 0 0.29 0.16 0.62 332.14 0.17 0.32
Hex 60 44 51 0 1D 10 3E 14C 11 20
Octal 140 104 121 0 35 20 76 514 21 40
Binary 1100000 1000100 1010001 0 11101 10000 111110 101001100 10001 100000

Color Harmonies of #604451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604451

Black with #604451

Text Example


Text Example

White with #604451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604451; }

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

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

background-color css

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

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

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

border-color css

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

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

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