Html Css Color HEX #604151 Finn

📋 copy color: '#604151'

red 96 ◦ green 65 ◦ blue 81

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

Shades of Finn #604151

Tints of Finn #604151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

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

R = 39.67%
G = 26.86%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604151 (or 0x604151) is known color: Finn. HEX triplet: 60, 41 and 51. RGB value is (96,65,81). Sum of RGB (Red+Green+Blue) = 96+65+81=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #604151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604151 is #9FBEAE. Grayscale: #4C4C4C. Windows color (decimal): -10469039 or 5325152. OLE color: 5325152.

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

Color convert

RGB 96 65 81 -
CMYK 0 0.32 0.16 0.62
HSL 329.03º 0.19% 0.32% -
HSV(B) 329.03º 0.32% 0.38% -
XYZ 8.2 6.86 8.68 -
YUV 76.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 96 65 81 0 0.32 0.16 0.62 329.03 0.19 0.32
Hex 60 41 51 0 20 10 3E 149 13 20
Octal 140 101 121 0 40 20 76 511 23 40
Binary 1100000 1000001 1010001 0 100000 10000 111110 101001001 10011 100000

Color Harmonies of #604151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604151

Black with #604151

Text Example


Text Example

White with #604151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604151; }

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

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

background-color css

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

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

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

border-color css

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

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

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