#604760

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

Shades of Fedora #604760

Tints of Fedora #604760

Color information

#604760 (or 0x604760) is unknown color: approx Fedora. HEX triplet: 60, 47 and 60. RGB value is (96,71,96). Sum of RGB (Red+Green+Blue) = 96+71+96=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604760 is #9FB89F. Grayscale: #515151. Windows color (decimal): -10467488 or 6309728. OLE color: 6309728.

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

Color convert

RGB967196-
CMYK00.2600.62
HSL300º14.97%32.75%-
HSV(B)300º26.04%37.65%-
XYZ9.197.8412.09-
YUV81.32136.28138.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=36.50%
G=27.00%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96719600.2600.6230014.9732.75
Hex60476001A03E12cf21
Octal1401071400320764541741
Binary11000001000111110000001101001111101001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604760; }

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

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

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

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

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

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

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

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