Html Css Color HEX #645966 Fedora

📋 copy color: '#645966'

red 100 ◦ green 89 ◦ blue 102

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

Shades of Fedora #645966

Tints of Fedora #645966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 34.36%
G = 30.58%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645966 (or 0x645966) is known color: Fedora. HEX triplet: 64, 59 and 66. RGB value is (100,89,102). Sum of RGB (Red+Green+Blue) = 100+89+102=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 102 - color contains mainly: blue. Hex color #645966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645966 is #9BA699. Grayscale: #5D5D5D. Windows color (decimal): -10200730 or 6707556. OLE color: 6707556.

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

Color convert

RGB 100 89 102 -
CMYK 0.02 0.13 0 0.6
HSL 290.77º 0.07% 0.37% -
HSV(B) 290.77º 0.13% 0.4% -
XYZ 11.23 10.81 14.07 -
YUV 93.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 100 89 102 0.02 0.13 0 0.6 290.77 0.07 0.37
Hex 64 59 66 2 D 0 3C 123 7 25
Octal 144 131 146 2 15 0 74 443 7 45
Binary 1100100 1011001 1100110 10 1101 0 111100 100100011 111 100101

Color Harmonies of #645966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645966

Black with #645966

Text Example


Text Example

White with #645966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645966; }

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

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

background-color css

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

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

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

border-color css

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

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

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