#634961

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

Shades of Fedora #634961

Tints of Fedora #634961

Color information

#634961 (or 0x634961) is unknown color: approx Fedora. HEX triplet: 63, 49 and 61. RGB value is (99,73,97). Sum of RGB (Red+Green+Blue) = 99+73+97=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #634961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634961 is #9CB69E. Grayscale: #535353. Windows color (decimal): -10270367 or 6375779. OLE color: 6375779.

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

Color convert

RGB997397-
CMYK00.260.020.61
HSL304.62º15.12%33.73%-
HSV(B)304.62º26.26%38.82%-
XYZ9.698.2812.4-
YUV83.51135.61139.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=36.80%
G=27.14%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739700.260.020.61304.6215.1233.73
Hex63496101A23D131f22
Octal1431111410322754611742
Binary110001110010011100001011010101111011001100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634961; }

 p { color: rgb(99,73,97); }

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

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

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

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

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

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

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