Html Css Color HEX #644552 Finn

📋 copy color: '#644552'

red 100 ◦ green 69 ◦ blue 82

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

Shades of Finn #644552

Tints of Finn #644552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 39.84%
G = 27.49%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#644552 (or 0x644552) is known color: Finn. HEX triplet: 64, 45 and 52. RGB value is (100,69,82). Sum of RGB (Red+Green+Blue) = 100+69+82=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #644552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644552 is #9BBAAD. Grayscale: #4F4F4F. Windows color (decimal): -10205870 or 5391716. OLE color: 5391716.

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

Color convert

RGB 100 69 82 -
CMYK 0 0.31 0.18 0.61
HSL 334.84º 0.18% 0.33% -
HSV(B) 334.84º 0.31% 0.39% -
XYZ 8.91 7.57 8.98 -
YUV 79.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 100 69 82 0 0.31 0.18 0.61 334.84 0.18 0.33
Hex 64 45 52 0 1F 12 3D 14F 12 21
Octal 144 105 122 0 37 22 75 517 22 41
Binary 1100100 1000101 1010010 0 11111 10010 111101 101001111 10010 100001

Color Harmonies of #644552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644552

Black with #644552

Text Example


Text Example

White with #644552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644552; }

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

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

background-color css

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

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

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

border-color css

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

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

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