Html Css Color HEX #635964 Fedora

📋 copy color: '#635964'

red 99 ◦ green 89 ◦ blue 100

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

Shades of Fedora #635964

Tints of Fedora #635964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 34.38%
G = 30.9%
B = 34.72%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#635964 (or 0x635964) is known color: Fedora. HEX triplet: 63, 59 and 64. RGB value is (99,89,100). Sum of RGB (Red+Green+Blue) = 99+89+100=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 100 - color contains mainly: blue. Hex color #635964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635964 is #9CA69B. Grayscale: #5D5D5D. Windows color (decimal): -10266268 or 6576483. OLE color: 6576483.

HSL color Cylindrical-coordinate representation of color #635964: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #635964 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 89 100 -
CMYK 0.01 0.11 0 0.61
HSL 294.55º 0.06% 0.37% -
HSV(B) 294.55º 0.11% 0.39% -
XYZ 11.02 10.72 13.54 -
YUV 93.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 99 89 100 0.01 0.11 0 0.61 294.55 0.06 0.37
Hex 63 59 64 1 B 0 3D 127 6 25
Octal 143 131 144 1 13 0 75 447 6 45
Binary 1100011 1011001 1100100 1 1011 0 111101 100100111 110 100101

Color Harmonies of #635964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635964

Black with #635964

Text Example


Text Example

White with #635964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635964; }

 p { color: rgb(99,89,100); }

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

background-color css

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

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

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

border-color css

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

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

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