Html Css Color HEX #64505B Finn

📋 copy color: '#64505B'

red 100 ◦ green 80 ◦ blue 91

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

Shades of Finn #64505B

Tints of Finn #64505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 36.9%
G = 29.52%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64505B (or 0x64505B) is known color: Finn. HEX triplet: 64, 50 and 5B. RGB value is (100,80,91). Sum of RGB (Red+Green+Blue) = 100+80+91=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #64505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64505B is #9BAFA4. Grayscale: #575757. Windows color (decimal): -10203045 or 5984356. OLE color: 5984356.

HSL color Cylindrical-coordinate representation of color #64505B: hue angle of 327º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64505B is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 80 91 -
CMYK 0 0.2 0.09 0.61
HSL 327º 0.11% 0.35% -
HSV(B) 327º 0.2% 0.39% -
XYZ 10.01 9.2 11.15 -
YUV 87.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 100 80 91 0 0.2 0.09 0.61 327 0.11 0.35
Hex 64 50 5B 0 14 9 3D 147 B 23
Octal 144 120 133 0 24 11 75 507 13 43
Binary 1100100 1010000 1011011 0 10100 1001 111101 101000111 1011 100011

Color Harmonies of #64505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64505B

Black with #64505B

Text Example


Text Example

White with #64505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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