Html Css Color HEX #635363 Fedora

📋 copy color: '#635363'

red 99 ◦ green 83 ◦ blue 99

#635363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #635363

Tints of Fedora #635363

RGB

 RED value IS 99 (39.06% from 255) = 35.23%

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 35.23%
G = 29.54%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#635363 (or 0x635363) is known color: Fedora. HEX triplet: 63, 53 and 63. RGB value is (99,83,99). Sum of RGB (Red+Green+Blue) = 99+83+99=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635363 is #9CAC9C. Grayscale: #595959. Windows color (decimal): -10267805 or 6509411. OLE color: 6509411.

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

Color convert

RGB 99 83 99 -
CMYK 0 0.16 0 0.61
HSL 300º 0.09% 0.36% -
HSV(B) 300º 0.16% 0.39% -
XYZ 10.49 9.74 13.13 -
YUV 89.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 99 83 99 0 0.16 0 0.61 300 0.09 0.36
Hex 63 53 63 0 10 0 3D 12C 9 24
Octal 143 123 143 0 20 0 75 454 11 44
Binary 1100011 1010011 1100011 0 10000 0 111101 100101100 1001 100100

Color Harmonies of #635363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635363

Black with #635363

Text Example


Text Example

White with #635363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635363; }

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

 H1.HeaderClassName
 {
   color: #635363;
 }
 .AnyTagClassName
 {
   color: #635363;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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