#634761

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

Shades of Fedora #634761

Tints of Fedora #634761

Color information

#634761 (or 0x634761) is unknown color: approx Fedora. HEX triplet: 63, 47 and 61. RGB value is (99,71,97). Sum of RGB (Red+Green+Blue) = 99+71+97=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634761 is #9CB89E. Grayscale: #525252. Windows color (decimal): -10270879 or 6375267. OLE color: 6375267.

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

Color convert

RGB997197-
CMYK00.280.020.61
HSL304.29º16.47%33.33%-
HSV(B)304.29º28.28%38.82%-
XYZ9.568.0212.35-
YUV82.34136.28139.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=37.08%
G=26.59%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99719700.280.020.61304.2916.4733.33
Hex63476101C23D1301021
Octal1431071410342754602041
Binary1100011100011111000010111001011110110011000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634761; }

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

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

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

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

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

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

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

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