Html Css Color HEX #64465B Finn

📋 copy color: '#64465B'

red 100 ◦ green 70 ◦ blue 91

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

Shades of Finn #64465B

Tints of Finn #64465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 38.31%
G = 26.82%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64465B (or 0x64465B) is known color: Finn. HEX triplet: 64, 46 and 5B. RGB value is (100,70,91). Sum of RGB (Red+Green+Blue) = 100+70+91=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64465B is #9BB9A4. Grayscale: #515151. Windows color (decimal): -10205605 or 5981796. OLE color: 5981796.

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

Color convert

RGB 100 70 91 -
CMYK 0 0.30 0.09 0.61
HSL 318º 0.18% 0.33% -
HSV(B) 318º 0.3% 0.39% -
XYZ 9.33 7.84 10.92 -
YUV 81.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 100 70 91 0 0.30 0.09 0.61 318 0.18 0.33
Hex 64 46 5B 0 1E 9 3D 13E 12 21
Octal 144 106 133 0 36 11 75 476 22 41
Binary 1100100 1000110 1011011 0 11110 1001 111101 100111110 10010 100001

Color Harmonies of #64465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64465B

Black with #64465B

Text Example


Text Example

White with #64465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64465B; }

 p { color: rgb(100,70,91); }

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

background-color css

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

 a { background-color: rgb(100,70,91); }

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

border-color css

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

 span { border-color: rgb(100,70,91); }

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