#625562

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

Shades of Fedora #625562

Tints of Fedora #625562

Color information

#625562 (or 0x625562) is unknown color: approx Fedora. HEX triplet: 62, 55 and 62. RGB value is (98,85,98). Sum of RGB (Red+Green+Blue) = 98+85+98=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625562 is #9DAA9D. Grayscale: #5A5A5A. Windows color (decimal): -10332830 or 6444386. OLE color: 6444386.

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

Color convert

RGB988598-
CMYK00.1300.62
HSL300º7.1%35.88%-
HSV(B)300º13.27%38.43%-
XYZ10.499.9812.93-
YUV90.37132.31133.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=34.88%
G=30.25%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859800.1300.623007.135.88
Hex6255620D03E12c724
Octal142125142015076454744
Binary110001010101011100010011010111110100101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625562; }

 p { color: rgb(98,85,98); }

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

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

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

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

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

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

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