#605762

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

Shades of Fedora #605762

Tints of Fedora #605762

Color information

#605762 (or 0x605762) is unknown color: approx Fedora. HEX triplet: 60, 57 and 62. RGB value is (96,87,98). Sum of RGB (Red+Green+Blue) = 96+87+98=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 98 - color contains mainly: blue. Hex color #605762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605762 is #9FA89D. Grayscale: #5A5A5A. Windows color (decimal): -10463390 or 6444896. OLE color: 6444896.

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

Color convert

RGB968798-
CMYK0.020.1100.62
HSL289.09º5.95%36.27%-
HSV(B)289.09º11.22%38.43%-
XYZ10.4410.1912.97-
YUV90.94131.98131.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=34.16%
G=30.96%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9687980.020.1100.62289.095.9536.27
Hex6057622B03E121624
Octal140127142213076441644
Binary1100000101011111000101010110111110100100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605762; }

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

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

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

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

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

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

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

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