Html Css Color HEX #60374F Finn

📋 copy color: '#60374F'

red 96 ◦ green 55 ◦ blue 79

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

Shades of Finn #60374F

Tints of Finn #60374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

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

R = 41.74%
G = 23.91%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60374F (or 0x60374F) is known color: Finn. HEX triplet: 60, 37 and 4F. RGB value is (96,55,79). Sum of RGB (Red+Green+Blue) = 96+55+79=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #60374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60374F is #9FC8B0. Grayscale: #454545. Windows color (decimal): -10471601 or 5191520. OLE color: 5191520.

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

Color convert

RGB 96 55 79 -
CMYK 0 0.43 0.18 0.62
HSL 324.88º 0.27% 0.3% -
HSV(B) 324.88º 0.43% 0.38% -
XYZ 7.6 5.78 8.11 -
YUV 70 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 96 55 79 0 0.43 0.18 0.62 324.88 0.27 0.3
Hex 60 37 4F 0 2B 12 3E 145 1B 1E
Octal 140 67 117 0 53 22 76 505 33 36
Binary 1100000 110111 1001111 0 101011 10010 111110 101000101 11011 11110

Color Harmonies of #60374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60374F

Black with #60374F

Text Example


Text Example

White with #60374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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