#64515B

Color #64515B Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #64515B

Tints of Finn #64515B

Color information

#64515B (or 0x64515B) is unknown color: approx 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

RGB1008191-
CMYK00.190.090.61
HSL328.42º10.5%35.49%-
HSV(B)328.42º19%39.22%-
XYZ10.099.3511.17-
YUV87.82129.79136.69-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100819100.190.090.61328.4210.535.49
Hex64515B01393D148a23
Octal14412113302311755101243
Binary11001001010001101101101001110011111011010010001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>