Html Css Color HEX #64485A Finn

📋 copy color: '#64485A'

red 100 ◦ green 72 ◦ blue 90

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

Shades of Finn #64485A

Tints of Finn #64485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 38.17%
G = 27.48%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64485A (or 0x64485A) is known color: Finn. HEX triplet: 64, 48 and 5A. RGB value is (100,72,90). Sum of RGB (Red+Green+Blue) = 100+72+90=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64485A is #9BB7A5. Grayscale: #525252. Windows color (decimal): -10205094 or 5916772. OLE color: 5916772.

HSL color Cylindrical-coordinate representation of color #64485A: hue angle of 321.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64485A is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 72 90 -
CMYK 0 0.28 0.10 0.61
HSL 321.43º 0.16% 0.34% -
HSV(B) 321.43º 0.28% 0.39% -
XYZ 9.42 8.08 10.74 -
YUV 82.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 100 72 90 0 0.28 0.10 0.61 321.43 0.16 0.34
Hex 64 48 5A 0 1C A 3D 141 10 22
Octal 144 110 132 0 34 12 75 501 20 42
Binary 1100100 1001000 1011010 0 11100 1010 111101 101000001 10000 100010

Color Harmonies of #64485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64485A

Black with #64485A

Text Example


Text Example

White with #64485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64485A; }

 p { color: rgb(100,72,90); }

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

background-color css

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

 a { background-color: rgb(100,72,90); }

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

border-color css

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

 span { border-color: rgb(100,72,90); }

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