Html Css Color HEX #64515B Finn

📋 copy color: '#64515B'

red 100 ◦ green 81 ◦ blue 91

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

Shades of Finn #64515B

Tints of Finn #64515B

RGB

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

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

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

R = 36.76%
G = 29.78%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64515B (or 0x64515B) is known color: Finn. HEX triplet: 64, 51 and 5B. RGB value is (100,81,91). Sum of RGB (Red+Green+Blue) = 100+81+91=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #64515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64515B is #9BAEA4. Grayscale: #575757. Windows color (decimal): -10202789 or 5984612. OLE color: 5984612.

HSL color Cylindrical-coordinate representation of color #64515B: hue angle of 328.42º 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 #64515B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 81 91 -
CMYK 0 0.19 0.09 0.61
HSL 328.42º 0.1% 0.35% -
HSV(B) 328.42º 0.19% 0.39% -
XYZ 10.09 9.35 11.17 -
YUV 87.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 100 81 91 0 0.19 0.09 0.61 328.42 0.1 0.35
Hex 64 51 5B 0 13 9 3D 148 A 23
Octal 144 121 133 0 23 11 75 510 12 43
Binary 1100100 1010001 1011011 0 10011 1001 111101 101001000 1010 100011

Color Harmonies of #64515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64515B

Black with #64515B

Text Example


Text Example

White with #64515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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