Html Css Color HEX #643755 Finn

📋 copy color: '#643755'

red 100 ◦ green 55 ◦ blue 85

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

Shades of Finn #643755

Tints of Finn #643755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 41.67%
G = 22.92%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#643755 (or 0x643755) is known color: Finn. HEX triplet: 64, 37 and 55. RGB value is (100,55,85). Sum of RGB (Red+Green+Blue) = 100+55+85=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #643755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643755 is #9BC8AA. Grayscale: #474747. Windows color (decimal): -10209451 or 5584740. OLE color: 5584740.

HSL color Cylindrical-coordinate representation of color #643755: hue angle of 320º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #643755 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 55 85 -
CMYK 0 0.45 0.15 0.61
HSL 320º 0.29% 0.3% -
HSV(B) 320º 0.45% 0.39% -
XYZ 8.26 6.1 9.34 -
YUV 71.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 100 55 85 0 0.45 0.15 0.61 320 0.29 0.3
Hex 64 37 55 0 2D F 3D 140 1D 1E
Octal 144 67 125 0 55 17 75 500 35 36
Binary 1100100 110111 1010101 0 101101 1111 111101 101000000 11101 11110

Color Harmonies of #643755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643755

Black with #643755

Text Example


Text Example

White with #643755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643755; }

 p { color: rgb(100,55,85); }

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

background-color css

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

 a { background-color: rgb(100,55,85); }

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

border-color css

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

 span { border-color: rgb(100,55,85); }

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