#635663

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

Shades of Fedora #635663

Tints of Fedora #635663

Color information

#635663 (or 0x635663) is unknown color: approx Fedora. HEX triplet: 63, 56 and 63. RGB value is (99,86,99). Sum of RGB (Red+Green+Blue) = 99+86+99=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635663 is #9CA99C. Grayscale: #5B5B5B. Windows color (decimal): -10267037 or 6510179. OLE color: 6510179.

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

Color convert

RGB998699-
CMYK00.1300.61
HSL300º7.03%36.27%-
HSV(B)300º13.13%38.82%-
XYZ10.7310.2113.21-
YUV91.37132.31133.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=34.86%
G=30.28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99869900.1300.613007.0336.27
Hex6356630D03D12c724
Octal143126143015075454744
Binary110001110101101100011011010111101100101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635663; }

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

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

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

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

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

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

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

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