Html Css Color HEX #604651 Finn

📋 copy color: '#604651'

red 96 ◦ green 70 ◦ blue 81

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

Shades of Finn #604651

Tints of Finn #604651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 38.87%
G = 28.34%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604651 (or 0x604651) is known color: Finn. HEX triplet: 60, 46 and 51. RGB value is (96,70,81). Sum of RGB (Red+Green+Blue) = 96+70+81=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604651 is #9FB9AE. Grayscale: #4F4F4F. Windows color (decimal): -10467759 or 5326432. OLE color: 5326432.

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

Color convert

RGB 96 70 81 -
CMYK 0 0.27 0.16 0.62
HSL 334.62º 0.16% 0.33% -
HSV(B) 334.62º 0.27% 0.38% -
XYZ 8.5 7.46 8.78 -
YUV 79.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 96 70 81 0 0.27 0.16 0.62 334.62 0.16 0.33
Hex 60 46 51 0 1B 10 3E 14F 10 21
Octal 140 106 121 0 33 20 76 517 20 41
Binary 1100000 1000110 1010001 0 11011 10000 111110 101001111 10000 100001

Color Harmonies of #604651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604651

Black with #604651

Text Example


Text Example

White with #604651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604651; }

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

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

background-color css

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

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

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

border-color css

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

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

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