Html Css Color HEX #645258 Finn

📋 copy color: '#645258'

red 100 ◦ green 82 ◦ blue 88

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

Shades of Finn #645258

Tints of Finn #645258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 37.04%
G = 30.37%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#645258 (or 0x645258) is known color: Finn. HEX triplet: 64, 52 and 58. RGB value is (100,82,88). Sum of RGB (Red+Green+Blue) = 100+82+88=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #645258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645258 is #9BADA7. Grayscale: #585858. Windows color (decimal): -10202536 or 5788260. OLE color: 5788260.

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

Color convert

RGB 100 82 88 -
CMYK 0 0.18 0.12 0.61
HSL 340º 0.1% 0.36% -
HSV(B) 340º 0.18% 0.39% -
XYZ 10.03 9.45 10.53 -
YUV 88.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 100 82 88 0 0.18 0.12 0.61 340 0.1 0.36
Hex 64 52 58 0 12 C 3D 154 A 24
Octal 144 122 130 0 22 14 75 524 12 44
Binary 1100100 1010010 1011000 0 10010 1100 111101 101010100 1010 100100

Color Harmonies of #645258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645258

Black with #645258

Text Example


Text Example

White with #645258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645258; }

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

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

background-color css

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

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

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

border-color css

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

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

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