Html Css Color HEX #603D4F Finn

📋 copy color: '#603D4F'

red 96 ◦ green 61 ◦ blue 79

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

Shades of Finn #603D4F

Tints of Finn #603D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

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

R = 40.68%
G = 25.85%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#603D4F (or 0x603D4F) is known color: Finn. HEX triplet: 60, 3D and 4F. RGB value is (96,61,79). Sum of RGB (Red+Green+Blue) = 96+61+79=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #603D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D4F is #9FC2B0. Grayscale: #494949. Windows color (decimal): -10470065 or 5193056. OLE color: 5193056.

HSL color Cylindrical-coordinate representation of color #603D4F: hue angle of 329.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #603D4F is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 79 -
CMYK 0 0.36 0.18 0.62
HSL 329.14º 0.22% 0.31% -
HSV(B) 329.14º 0.36% 0.38% -
XYZ 7.9 6.39 8.21 -
YUV 73.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 96 61 79 0 0.36 0.18 0.62 329.14 0.22 0.31
Hex 60 3D 4F 0 24 12 3E 149 16 1F
Octal 140 75 117 0 44 22 76 511 26 37
Binary 1100000 111101 1001111 0 100100 10010 111110 101001001 10110 11111

Color Harmonies of #603D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D4F

Black with #603D4F

Text Example


Text Example

White with #603D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D4F; }

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

 H1.HeaderClassName
 {
   color: #603D4F;
 }
 .AnyTagClassName
 {
   color: #603D4F;
 }
</style>

background-color css

<style>
 a { background-color: #603D4F; }

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

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

border-color css

<style>
 span { border-color: #603D4F; }

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

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