#625162

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

Shades of Fedora #625162

Tints of Fedora #625162

Color information

#625162 (or 0x625162) is unknown color: approx Fedora. HEX triplet: 62, 51 and 62. RGB value is (98,81,98). Sum of RGB (Red+Green+Blue) = 98+81+98=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625162 is #9DAE9D. Grayscale: #575757. Windows color (decimal): -10333854 or 6443362. OLE color: 6443362.

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

Color convert

RGB988198-
CMYK00.1700.62
HSL300º9.5%35.1%-
HSV(B)300º17.35%38.43%-
XYZ10.189.3612.83-
YUV88.02133.63135.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=35.38%
G=29.24%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98819800.1700.623009.535.1
Hex62516201103E12c923
Octal1421211420210764541143
Binary11000101010001110001001000101111101001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625162; }

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

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

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

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

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

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

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

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