Html Css Color HEX #645259 Finn

📋 copy color: '#645259'

red 100 ◦ green 82 ◦ blue 89

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

Shades of Finn #645259

Tints of Finn #645259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 36.9%
G = 30.26%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#645259 (or 0x645259) is known color: Finn. HEX triplet: 64, 52 and 59. RGB value is (100,82,89). Sum of RGB (Red+Green+Blue) = 100+82+89=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #645259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645259 is #9BADA6. Grayscale: #585858. Windows color (decimal): -10202535 or 5853796. OLE color: 5853796.

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

Color convert

RGB 100 82 89 -
CMYK 0 0.18 0.11 0.61
HSL 336.67º 0.1% 0.36% -
HSV(B) 336.67º 0.18% 0.39% -
XYZ 10.08 9.47 10.75 -
YUV 88.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 100 82 89 0 0.18 0.11 0.61 336.67 0.1 0.36
Hex 64 52 59 0 12 B 3D 151 A 24
Octal 144 122 131 0 22 13 75 521 12 44
Binary 1100100 1010010 1011001 0 10010 1011 111101 101010001 1010 100100

Color Harmonies of #645259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645259

Black with #645259

Text Example


Text Example

White with #645259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645259; }

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

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

background-color css

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

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

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

border-color css

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

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

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