Html Css Color HEX #64434E Finn

📋 copy color: '#64434E'

red 100 ◦ green 67 ◦ blue 78

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

Shades of Finn #64434E

Tints of Finn #64434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 40.82%
G = 27.35%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#64434E (or 0x64434E) is known color: Finn. HEX triplet: 64, 43 and 4E. RGB value is (100,67,78). Sum of RGB (Red+Green+Blue) = 100+67+78=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #64434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64434E is #9BBCB1. Grayscale: #4E4E4E. Windows color (decimal): -10206386 or 5129060. OLE color: 5129060.

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

Color convert

RGB 100 67 78 -
CMYK 0 0.33 0.22 0.61
HSL 340º 0.2% 0.33% -
HSV(B) 340º 0.33% 0.39% -
XYZ 8.64 7.27 8.16 -
YUV 78.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 100 67 78 0 0.33 0.22 0.61 340 0.2 0.33
Hex 64 43 4E 0 21 16 3D 154 14 21
Octal 144 103 116 0 41 26 75 524 24 41
Binary 1100100 1000011 1001110 0 100001 10110 111101 101010100 10100 100001

Color Harmonies of #64434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64434E

Black with #64434E

Text Example


Text Example

White with #64434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64434E; }

 p { color: rgb(100,67,78); }

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

background-color css

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

 a { background-color: rgb(100,67,78); }

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

border-color css

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

 span { border-color: rgb(100,67,78); }

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