Html Css Color HEX #60354F Finn

📋 copy color: '#60354F'

red 96 ◦ green 53 ◦ blue 79

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

Shades of Finn #60354F

Tints of Finn #60354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 42.11%
G = 23.25%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60354F (or 0x60354F) is known color: Finn. HEX triplet: 60, 35 and 4F. RGB value is (96,53,79). Sum of RGB (Red+Green+Blue) = 96+53+79=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60354F is #9FCAB0. Grayscale: #444444. Windows color (decimal): -10472113 or 5191008. OLE color: 5191008.

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

Color convert

RGB 96 53 79 -
CMYK 0 0.45 0.18 0.62
HSL 323.72º 0.29% 0.29% -
HSV(B) 323.72º 0.45% 0.38% -
XYZ 7.51 5.6 8.08 -
YUV 68.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 96 53 79 0 0.45 0.18 0.62 323.72 0.29 0.29
Hex 60 35 4F 0 2D 12 3E 144 1D 1D
Octal 140 65 117 0 55 22 76 504 35 35
Binary 1100000 110101 1001111 0 101101 10010 111110 101000100 11101 11101

Color Harmonies of #60354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60354F

Black with #60354F

Text Example


Text Example

White with #60354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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