Html Css Color HEX #645764 Fedora

📋 copy color: '#645764'

red 100 ◦ green 87 ◦ blue 100

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

Shades of Fedora #645764

Tints of Fedora #645764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 34.84%
G = 30.31%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#645764 (or 0x645764) is known color: Fedora. HEX triplet: 64, 57 and 64. RGB value is (100,87,100). Sum of RGB (Red+Green+Blue) = 100+87+100=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645764 is #9BA89B. Grayscale: #5C5C5C. Windows color (decimal): -10201244 or 6575972. OLE color: 6575972.

HSL color Cylindrical-coordinate representation of color #645764: hue angle of 300º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #645764 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 87 100 -
CMYK 0 0.13 0 0.61
HSL 300º 0.07% 0.37% -
HSV(B) 300º 0.13% 0.39% -
XYZ 10.96 10.45 13.49 -
YUV 92.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 100 87 100 0 0.13 0 0.61 300 0.07 0.37
Hex 64 57 64 0 D 0 3D 12C 7 25
Octal 144 127 144 0 15 0 75 454 7 45
Binary 1100100 1010111 1100100 0 1101 0 111101 100101100 111 100101

Color Harmonies of #645764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645764

Black with #645764

Text Example


Text Example

White with #645764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645764; }

 p { color: rgb(100,87,100); }

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

background-color css

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

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

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

border-color css

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

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

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