#64525A

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

Shades of Finn #64525A

Tints of Finn #64525A

Color information

#64525A (or 0x64525A) is unknown color: approx Finn. HEX triplet: 64, 52 and 5A. RGB value is (100,82,90). Sum of RGB (Red+Green+Blue) = 100+82+90=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #64525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64525A is #9BADA5. Grayscale: #585858. Windows color (decimal): -10202534 or 5919332. OLE color: 5919332.

HSL color Cylindrical-coordinate representation of color #64525A: hue angle of 333.33º 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 #64525A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1008290-
CMYK00.180.100.61
HSL333.33º9.89%35.69%-
HSV(B)333.33º18%39.22%-
XYZ10.129.4810.97-
YUV88.29128.96136.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=36.76%
G=30.15%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100829000.180.100.61333.339.8935.69
Hex64525A012A3D14da24
Octal14412213202212755151244
Binary11001001010010101101001001010101111011010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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