Html Css Color HEX #643D4F Finn

📋 copy color: '#643D4F'

red 100 ◦ green 61 ◦ blue 79

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

Shades of Finn #643D4F

Tints of Finn #643D4F

RGB

 RED value IS 100 (39.45% from 255) = 41.67%

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

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

R = 41.67%
G = 25.42%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#643D4F (or 0x643D4F) is known color: Finn. HEX triplet: 64, 3D and 4F. RGB value is (100,61,79). Sum of RGB (Red+Green+Blue) = 100+61+79=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #643D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D4F is #9BC2B0. Grayscale: #4A4A4A. Windows color (decimal): -10207921 or 5193060. OLE color: 5193060.

HSL color Cylindrical-coordinate representation of color #643D4F: hue angle of 332.31º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #643D4F is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 61 79 -
CMYK 0 0.39 0.21 0.61
HSL 332.31º 0.24% 0.32% -
HSV(B) 332.31º 0.39% 0.39% -
XYZ 8.34 6.61 8.23 -
YUV 74.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 100 61 79 0 0.39 0.21 0.61 332.31 0.24 0.32
Hex 64 3D 4F 0 27 15 3D 14C 18 20
Octal 144 75 117 0 47 25 75 514 30 40
Binary 1100100 111101 1001111 0 100111 10101 111101 101001100 11000 100000

Color Harmonies of #643D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643D4F

Black with #643D4F

Text Example


Text Example

White with #643D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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