#635263

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

Shades of Fedora #635263

Tints of Fedora #635263

Color information

#635263 (or 0x635263) is unknown color: approx Fedora. HEX triplet: 63, 52 and 63. RGB value is (99,82,99). Sum of RGB (Red+Green+Blue) = 99+82+99=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635263 is #9CAD9C. Grayscale: #585858. Windows color (decimal): -10268061 or 6509155. OLE color: 6509155.

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

Color convert

RGB998299-
CMYK00.1700.61
HSL300º9.39%35.49%-
HSV(B)300º17.17%38.82%-
XYZ10.429.5913.11-
YUV89.02133.63135.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=35.36%
G=29.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99829900.1700.613009.3935.49
Hex63526301103D12c923
Octal1431221430210754541143
Binary11000111010010110001101000101111011001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635263; }

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

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

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

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

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

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

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

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