#634C62

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

Shades of Fedora #634C62

Tints of Fedora #634C62

Color information

#634C62 (or 0x634C62) is unknown color: approx Fedora. HEX triplet: 63, 4C and 62. RGB value is (99,76,98). Sum of RGB (Red+Green+Blue) = 99+76+98=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #634C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C62 is #9CB39D. Grayscale: #555555. Windows color (decimal): -10269598 or 6442083. OLE color: 6442083.

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

Color convert

RGB997698-
CMYK00.230.010.61
HSL302.61º13.14%34.31%-
HSV(B)302.61º23.23%38.82%-
XYZ9.938.712.71-
YUV85.38135.12137.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=36.26%
G=27.84%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99769800.230.010.61302.6113.1434.31
Hex634C6201713D12fd22
Octal1431141420271754571542
Binary11000111001100110001001011111111011001011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634C62; }

 p { color: rgb(99,76,98); }

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

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

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

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

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

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

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