Html Css Color HEX #64525A Finn

📋 copy color: '#64525A'

red 100 ◦ green 82 ◦ blue 90

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

Shades of Finn #64525A

Tints of Finn #64525A

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 value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64525A (or 0x64525A) is known color: 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

RGB 100 82 90 -
CMYK 0 0.18 0.10 0.61
HSL 333.33º 0.1% 0.36% -
HSV(B) 333.33º 0.18% 0.39% -
XYZ 10.12 9.48 10.97 -
YUV 88.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 100 82 90 0 0.18 0.10 0.61 333.33 0.1 0.36
Hex 64 52 5A 0 12 A 3D 14D A 24
Octal 144 122 132 0 22 12 75 515 12 44
Binary 1100100 1010010 1011010 0 10010 1010 111101 101001101 1010 100100

Color Harmonies of #64525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64525A

Black with #64525A

Text Example


Text Example

White with #64525A

Text Example


Text Example

HTML Codes & Css Web 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>