#64525B

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

Shades of Finn #64525B

Tints of Finn #64525B

Color information

#64525B (or 0x64525B) is unknown color: approx Finn. HEX triplet: 64, 52 and 5B. RGB value is (100,82,91). Sum of RGB (Red+Green+Blue) = 100+82+91=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #64525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64525B is #9BADA4. Grayscale: #585858. Windows color (decimal): -10202533 or 5984868. OLE color: 5984868.

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

Color convert

RGB1008291-
CMYK00.180.090.61
HSL330º9.89%35.69%-
HSV(B)330º18%39.22%-
XYZ10.169.511.2-
YUV88.41129.46136.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=36.63%
G=30.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100829100.180.090.613309.8935.69
Hex64525B01293D14aa24
Octal14412213302211755121244
Binary11001001010010101101101001010011111011010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64525B;
 }
 .AnyTagClassName
 {
   color: #64525B;
 }
</style>
background-color css

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

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

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

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

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

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