#635556

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

Shades of Falcon #635556

Tints of Falcon #635556

Color information

#635556 (or 0x635556) is unknown color: approx Falcon. HEX triplet: 63, 55 and 56. RGB value is (99,85,86). Sum of RGB (Red+Green+Blue) = 99+85+86=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635556 is #9CAAA9. Grayscale: #595959. Windows color (decimal): -10267306 or 5657955. OLE color: 5657955.

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

Color convert

RGB998586-
CMYK00.140.130.61
HSL355.71º7.61%36.08%-
HSV(B)355.71º14.14%38.82%-
XYZ10.079.8210.17-
YUV89.3126.14134.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=36.67%
G=31.48%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99858600.140.130.61355.717.6136.08
Hex6355560ED3D164824
Octal14312512601615755441044
Binary1100011101010110101100111011011111011011001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635556; }

 p { color: rgb(99,85,86); }

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

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

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

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

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

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

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