Html Css Color HEX #60434F Finn

📋 copy color: '#60434F'

red 96 ◦ green 67 ◦ blue 79

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

Shades of Finn #60434F

Tints of Finn #60434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.69%

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

R = 39.67%
G = 27.69%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60434F (or 0x60434F) is known color: Finn. HEX triplet: 60, 43 and 4F. RGB value is (96,67,79). Sum of RGB (Red+Green+Blue) = 96+67+79=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60434F is #9FBCB0. Grayscale: #4D4D4D. Windows color (decimal): -10468529 or 5194592. OLE color: 5194592.

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

Color convert

RGB 96 67 79 -
CMYK 0 0.30 0.18 0.62
HSL 335.17º 0.18% 0.32% -
HSV(B) 335.17º 0.3% 0.38% -
XYZ 8.24 7.07 8.33 -
YUV 77.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 96 67 79 0 0.30 0.18 0.62 335.17 0.18 0.32
Hex 60 43 4F 0 1E 12 3E 14F 12 20
Octal 140 103 117 0 36 22 76 517 22 40
Binary 1100000 1000011 1001111 0 11110 10010 111110 101001111 10010 100000

Color Harmonies of #60434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60434F

Black with #60434F

Text Example


Text Example

White with #60434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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