#624760

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

Shades of Fedora #624760

Tints of Fedora #624760

Color information

#624760 (or 0x624760) is unknown color: approx Fedora. HEX triplet: 62, 47 and 60. RGB value is (98,71,96). Sum of RGB (Red+Green+Blue) = 98+71+96=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #624760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624760 is #9DB89F. Grayscale: #515151. Windows color (decimal): -10336416 or 6309730. OLE color: 6309730.

HSL color Cylindrical-coordinate representation of color #624760: hue angle of 304.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #624760 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB987196-
CMYK00.280.020.62
HSL304.44º15.98%33.14%-
HSV(B)304.44º27.55%38.43%-
XYZ9.47.9512.1-
YUV81.92135.95139.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=36.98%
G=26.79%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98719600.280.020.62304.4415.9833.14
Hex62476001C23E1301021
Octal1421071400342764602041
Binary1100010100011111000000111001011111010011000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624760; }

 p { color: rgb(98,71,96); }

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

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

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

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

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

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

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