Html Css Color HEX #644953 Finn

📋 copy color: '#644953'

red 100 ◦ green 73 ◦ blue 83

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

Shades of Finn #644953

Tints of Finn #644953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 39.06%
G = 28.52%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#644953 (or 0x644953) is known color: Finn. HEX triplet: 64, 49 and 53. RGB value is (100,73,83). Sum of RGB (Red+Green+Blue) = 100+73+83=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #644953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644953 is #9BB6AC. Grayscale: #525252. Windows color (decimal): -10204845 or 5458276. OLE color: 5458276.

HSL color Cylindrical-coordinate representation of color #644953: hue angle of 337.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644953 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 73 83 -
CMYK 0 0.27 0.17 0.61
HSL 337.78º 0.16% 0.34% -
HSV(B) 337.78º 0.27% 0.39% -
XYZ 9.2 8.1 9.26 -
YUV 82.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 100 73 83 0 0.27 0.17 0.61 337.78 0.16 0.34
Hex 64 49 53 0 1B 11 3D 152 10 22
Octal 144 111 123 0 33 21 75 522 20 42
Binary 1100100 1001001 1010011 0 11011 10001 111101 101010010 10000 100010

Color Harmonies of #644953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644953

Black with #644953

Text Example


Text Example

White with #644953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644953; }

 p { color: rgb(100,73,83); }

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

background-color css

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

 a { background-color: rgb(100,73,83); }

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

border-color css

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

 span { border-color: rgb(100,73,83); }

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