#625763

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

Shades of Fedora #625763

Tints of Fedora #625763

Color information

#625763 (or 0x625763) is unknown color: approx Fedora. HEX triplet: 62, 57 and 63. RGB value is (98,87,99). Sum of RGB (Red+Green+Blue) = 98+87+99=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #625763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625763 is #9DA89C. Grayscale: #5B5B5B. Windows color (decimal): -10332317 or 6510434. OLE color: 6510434.

HSL color Cylindrical-coordinate representation of color #625763: hue angle of 295º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625763 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB988799-
CMYK0.010.1200.61
HSL295º6.45%36.47%-
HSV(B)295º12.12%38.82%-
XYZ10.710.3113.23-
YUV91.66132.14132.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=34.51%
G=30.63%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9887990.010.1200.612956.4536.47
Hex6257631C03D127624
Octal142127143114075447644
Binary110001010101111100011111000111101100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625763; }

 p { color: rgb(98,87,99); }

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

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

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

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

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

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

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