Html Css Color HEX #60414F Finn

📋 copy color: '#60414F'

red 96 ◦ green 65 ◦ blue 79

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

Shades of Finn #60414F

Tints of Finn #60414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 40%
G = 27.08%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60414F (or 0x60414F) is known color: Finn. HEX triplet: 60, 41 and 4F. RGB value is (96,65,79). Sum of RGB (Red+Green+Blue) = 96+65+79=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60414F is #9FBEB0. Grayscale: #4B4B4B. Windows color (decimal): -10469041 or 5194080. OLE color: 5194080.

HSL color Cylindrical-coordinate representation of color #60414F: hue angle of 332.9º 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 #60414F is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 79 -
CMYK 0 0.32 0.18 0.62
HSL 332.9º 0.19% 0.32% -
HSV(B) 332.9º 0.32% 0.38% -
XYZ 8.13 6.83 8.29 -
YUV 75.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 96 65 79 0 0.32 0.18 0.62 332.9 0.19 0.32
Hex 60 41 4F 0 20 12 3E 14D 13 20
Octal 140 101 117 0 40 22 76 515 23 40
Binary 1100000 1000001 1001111 0 100000 10010 111110 101001101 10011 100000

Color Harmonies of #60414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60414F

Black with #60414F

Text Example


Text Example

White with #60414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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