Html Css Color HEX #60474F Finn

📋 copy color: '#60474F'

red 96 ◦ green 71 ◦ blue 79

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

Shades of Finn #60474F

Tints of Finn #60474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 39.02%
G = 28.86%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60474F (or 0x60474F) is known color: Finn. HEX triplet: 60, 47 and 4F. RGB value is (96,71,79). Sum of RGB (Red+Green+Blue) = 96+71+79=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60474F is #9FB8B0. Grayscale: #4F4F4F. Windows color (decimal): -10467505 or 5195616. OLE color: 5195616.

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

Color convert

RGB 96 71 79 -
CMYK 0 0.26 0.18 0.62
HSL 340.8º 0.15% 0.33% -
HSV(B) 340.8º 0.26% 0.38% -
XYZ 8.49 7.56 8.41 -
YUV 79.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 96 71 79 0 0.26 0.18 0.62 340.8 0.15 0.33
Hex 60 47 4F 0 1A 12 3E 155 F 21
Octal 140 107 117 0 32 22 76 525 17 41
Binary 1100000 1000111 1001111 0 11010 10010 111110 101010101 1111 100001

Color Harmonies of #60474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60474F

Black with #60474F

Text Example


Text Example

White with #60474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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