#635463

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

Shades of Fedora #635463

Tints of Fedora #635463

Color information

#635463 (or 0x635463) is unknown color: approx Fedora. HEX triplet: 63, 54 and 63. RGB value is (99,84,99). Sum of RGB (Red+Green+Blue) = 99+84+99=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635463 is #9CAB9C. Grayscale: #5A5A5A. Windows color (decimal): -10267549 or 6509667. OLE color: 6509667.

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

Color convert

RGB998499-
CMYK00.1500.61
HSL300º8.2%35.88%-
HSV(B)300º15.15%38.82%-
XYZ10.579.8913.16-
YUV90.2132.97134.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=35.11%
G=29.79%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99849900.1500.613008.235.88
Hex6354630F03D12c824
Octal1431241430170754541044
Binary1100011101010011000110111101111011001011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635463; }

 p { color: rgb(99,84,99); }

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

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

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

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

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

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

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