Html Css Color HEX #603D4E Finn

📋 copy color: '#603D4E'

red 96 ◦ green 61 ◦ blue 78

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

Shades of Finn #603D4E

Tints of Finn #603D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 40.85%
G = 25.96%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#603D4E (or 0x603D4E) is known color: Finn. HEX triplet: 60, 3D and 4E. RGB value is (96,61,78). Sum of RGB (Red+Green+Blue) = 96+61+78=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #603D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D4E is #9FC2B1. Grayscale: #494949. Windows color (decimal): -10470066 or 5127520. OLE color: 5127520.

HSL color Cylindrical-coordinate representation of color #603D4E: hue angle of 330.86º 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 #603D4E is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 78 -
CMYK 0 0.36 0.19 0.62
HSL 330.86º 0.22% 0.31% -
HSV(B) 330.86º 0.36% 0.38% -
XYZ 7.87 6.37 8.02 -
YUV 73.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 96 61 78 0 0.36 0.19 0.62 330.86 0.22 0.31
Hex 60 3D 4E 0 24 13 3E 14B 16 1F
Octal 140 75 116 0 44 23 76 513 26 37
Binary 1100000 111101 1001110 0 100100 10011 111110 101001011 10110 11111

Color Harmonies of #603D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D4E

Black with #603D4E

Text Example


Text Example

White with #603D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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