Html Css Color HEX #64515C Finn

📋 copy color: '#64515C'

red 100 ◦ green 81 ◦ blue 92

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

Shades of Finn #64515C

Tints of Finn #64515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 36.63%
G = 29.67%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64515C (or 0x64515C) is known color: Finn. HEX triplet: 64, 51 and 5C. RGB value is (100,81,92). Sum of RGB (Red+Green+Blue) = 100+81+92=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #64515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64515C is #9BAEA3. Grayscale: #575757. Windows color (decimal): -10202788 or 6050148. OLE color: 6050148.

HSL color Cylindrical-coordinate representation of color #64515C: hue angle of 325.26º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64515C is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 81 92 -
CMYK 0 0.19 0.08 0.61
HSL 325.26º 0.1% 0.35% -
HSV(B) 325.26º 0.19% 0.39% -
XYZ 10.13 9.37 11.4 -
YUV 87.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 100 81 92 0 0.19 0.08 0.61 325.26 0.1 0.35
Hex 64 51 5C 0 13 8 3D 145 A 23
Octal 144 121 134 0 23 10 75 505 12 43
Binary 1100100 1010001 1011100 0 10011 1000 111101 101000101 1010 100011

Color Harmonies of #64515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64515C

Black with #64515C

Text Example


Text Example

White with #64515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64515C; }

 p { color: rgb(100,81,92); }

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

background-color css

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

 a { background-color: rgb(100,81,92); }

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

border-color css

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

 span { border-color: rgb(100,81,92); }

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