#625967

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

Shades of Fedora #625967

Tints of Fedora #625967

Color information

#625967 (or 0x625967) is unknown color: approx Fedora. HEX triplet: 62, 59 and 67. RGB value is (98,89,103). Sum of RGB (Red+Green+Blue) = 98+89+103=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #625967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625967 is #9DA698. Grayscale: #5D5D5D. Windows color (decimal): -10331801 or 6773090. OLE color: 6773090.

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

Color convert

RGB9889103-
CMYK0.050.1400.60
HSL278.57º7.29%37.65%-
HSV(B)278.57º13.59%40.39%-
XYZ11.0610.7214.32-
YUV93.29133.48131.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=33.79%
G=30.69%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98891030.050.1400.60278.577.2937.65
Hex6259675E03C117726
Octal142131147516074427746
Binary11000101011001110011110111100111100100010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625967; }

 p { color: rgb(98,89,103); }

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

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

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

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

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

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

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