#645C67

Color #645C67 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #645C67

Tints of Fedora #645C67

Color information

#645C67 (or 0x645C67) is unknown color: approx Fedora. HEX triplet: 64, 5C and 67. RGB value is (100,92,103). Sum of RGB (Red+Green+Blue) = 100+92+103=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 103 - color contains mainly: blue. Hex color #645C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C67 is #9BA398. Grayscale: #5F5F5F. Windows color (decimal): -10199961 or 6773860. OLE color: 6773860.

HSL color Cylindrical-coordinate representation of color #645C67: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #645C67 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10092103-
CMYK0.030.1100.60
HSL283.64º5.64%38.24%-
HSV(B)283.64º10.68%40.39%-
XYZ11.5311.3414.41-
YUV95.65132.15131.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=33.90%
G=31.19%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100921030.030.1100.60283.645.6438.24
Hex645C673B03C11c626
Octal144134147313074434646
Binary1100100101110011001111110110111100100011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645C67; }

 p { color: rgb(100,92,103); }

 H1.HeaderClassName
 {
   color: #645C67;
 }
 .AnyTagClassName
 {
   color: #645C67;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #645C67;
 }
 .BgClassName
 {
   background-color: #645C67;
 }
</style>
border-color css

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

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

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