#605963

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

Shades of Fedora #605963

Tints of Fedora #605963

Color information

#605963 (or 0x605963) is unknown color: approx Fedora. HEX triplet: 60, 59 and 63. RGB value is (96,89,99). Sum of RGB (Red+Green+Blue) = 96+89+99=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #605963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605963 is #9FA69C. Grayscale: #5C5C5C. Windows color (decimal): -10462877 or 6510944. OLE color: 6510944.

HSL color Cylindrical-coordinate representation of color #605963: hue angle of 282º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605963 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB968999-
CMYK0.030.1000.61
HSL282º5.32%36.86%-
HSV(B)282º10.1%38.82%-
XYZ10.6510.5313.28-
YUV92.23131.82130.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=33.80%
G=31.34%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9689990.030.1000.612825.3236.86
Hex6059633A03D11a525
Octal140131143312075432545
Binary1100000101100111000111110100111101100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605963; }

 p { color: rgb(96,89,99); }

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

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

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

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

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

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

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