#625C65

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

Shades of Fedora #625C65

Tints of Fedora #625C65

Color information

#625C65 (or 0x625C65) is unknown color: approx Fedora. HEX triplet: 62, 5C and 65. RGB value is (98,92,101). Sum of RGB (Red+Green+Blue) = 98+92+101=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 101 - color contains mainly: blue. Hex color #625C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C65 is #9DA39A. Grayscale: #5E5E5E. Windows color (decimal): -10331035 or 6642786. OLE color: 6642786.

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

Color convert

RGB9892101-
CMYK0.030.0900.60
HSL280º4.66%37.84%-
HSV(B)280º8.91%39.61%-
XYZ11.2111.1913.88-
YUV94.82131.49130.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=33.68%
G=31.62%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98921010.030.0900.602804.6637.84
Hex625C653903C118526
Octal142134145311074430546
Binary1100010101110011001011110010111100100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625C65; }

 p { color: rgb(98,92,101); }

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

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

 a { background-color: rgb(98,92,101); }

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

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

 span { border-color: rgb(98,92,101); }

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