Html Css Color HEX #635A5B Falcon

📋 copy color: '#635A5B'

red 99 ◦ green 90 ◦ blue 91

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

Shades of Falcon #635A5B

Tints of Falcon #635A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 35.36%
G = 32.14%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#635A5B (or 0x635A5B) is known color: Falcon. HEX triplet: 63, 5A and 5B. RGB value is (99,90,91). Sum of RGB (Red+Green+Blue) = 99+90+91=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A5B is #9CA5A4. Grayscale: #5C5C5C. Windows color (decimal): -10266021 or 5986915. OLE color: 5986915.

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

Color convert

RGB 99 90 91 -
CMYK 0 0.09 0.08 0.61
HSL 353.33º 0.05% 0.37% -
HSV(B) 353.33º 0.09% 0.39% -
XYZ 10.69 10.72 11.4 -
YUV 92.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 99 90 91 0 0.09 0.08 0.61 353.33 0.05 0.37
Hex 63 5A 5B 0 9 8 3D 161 5 25
Octal 143 132 133 0 11 10 75 541 5 45
Binary 1100011 1011010 1011011 0 1001 1000 111101 101100001 101 100101

Color Harmonies of #635A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A5B

Black with #635A5B

Text Example


Text Example

White with #635A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635A5B; }

 p { color: rgb(99,90,91); }

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

background-color css

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

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

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

border-color css

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

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

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