Html Css Color HEX #643C52 Finn

📋 copy color: '#643C52'

red 100 ◦ green 60 ◦ blue 82

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

Shades of Finn #643C52

Tints of Finn #643C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 41.32%
G = 24.79%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#643C52 (or 0x643C52) is known color: Finn. HEX triplet: 64, 3C and 52. RGB value is (100,60,82). Sum of RGB (Red+Green+Blue) = 100+60+82=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #643C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C52 is #9BC3AD. Grayscale: #4A4A4A. Windows color (decimal): -10208174 or 5389412. OLE color: 5389412.

HSL color Cylindrical-coordinate representation of color #643C52: hue angle of 327º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643C52 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 60 82 -
CMYK 0 0.4 0.18 0.61
HSL 327º 0.25% 0.31% -
HSV(B) 327º 0.4% 0.39% -
XYZ 8.39 6.55 8.8 -
YUV 74.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 100 60 82 0 0.4 0.18 0.61 327 0.25 0.31
Hex 64 3C 52 0 28 12 3D 147 19 1F
Octal 144 74 122 0 50 22 75 507 31 37
Binary 1100100 111100 1010010 0 101000 10010 111101 101000111 11001 11111

Color Harmonies of #643C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C52

Black with #643C52

Text Example


Text Example

White with #643C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,60,82); }

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

background-color css

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

 a { background-color: rgb(100,60,82); }

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

border-color css

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

 span { border-color: rgb(100,60,82); }

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