#63536C

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

Shades of Fedora #63536C

Tints of Fedora #63536C

Color information

#63536C (or 0x63536C) is unknown color: approx Fedora. HEX triplet: 63, 53 and 6C. RGB value is (99,83,108). Sum of RGB (Red+Green+Blue) = 99+83+108=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #63536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63536C is #9CAC93. Grayscale: #5A5A5A. Windows color (decimal): -10267796 or 7099235. OLE color: 7099235.

HSL color Cylindrical-coordinate representation of color #63536C: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63536C is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9983108-
CMYK0.080.2300.58
HSL278.4º13.09%37.45%-
HSV(B)278.4º23.15%42.35%-
XYZ10.959.9215.53-
YUV90.63137.8133.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=34.14%
G=28.62%
B=37.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99831080.080.2300.58278.413.0937.45
Hex63536C81703A116d25
Octal14312315410270724261545
Binary11000111010011110110010001011101110101000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63536C; }

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

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

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

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

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

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

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

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