#635365

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

Shades of Fedora #635365

Tints of Fedora #635365

Color information

#635365 (or 0x635365) is unknown color: approx Fedora. HEX triplet: 63, 53 and 65. RGB value is (99,83,101). Sum of RGB (Red+Green+Blue) = 99+83+101=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #635365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635365 is #9CAC9A. Grayscale: #595959. Windows color (decimal): -10267803 or 6640483. OLE color: 6640483.

HSL color Cylindrical-coordinate representation of color #635365: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635365 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9983101-
CMYK0.020.1800.60
HSL293.33º9.78%36.08%-
HSV(B)293.33º17.82%39.61%-
XYZ10.599.7813.64-
YUV89.84134.3134.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=34.98%
G=29.33%
B=35.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99831010.020.1800.60293.339.7836.08
Hex63536521203C125a24
Octal1431231452220744451244
Binary110001110100111100101101001001111001001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635365; }

 p { color: rgb(99,83,101); }

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

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

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

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

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

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

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