Html Css Color HEX #635556 Falcon

📋 copy color: '#635556'

red 99 ◦ green 85 ◦ blue 86

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

Shades of Falcon #635556

Tints of Falcon #635556

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 value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#635556 (or 0x635556) is known color: 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

RGB 99 85 86 -
CMYK 0 0.14 0.13 0.61
HSL 355.71º 0.08% 0.36% -
HSV(B) 355.71º 0.14% 0.39% -
XYZ 10.07 9.82 10.17 -
YUV 89.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 99 85 86 0 0.14 0.13 0.61 355.71 0.08 0.36
Hex 63 55 56 0 E D 3D 164 8 24
Octal 143 125 126 0 16 15 75 544 10 44
Binary 1100011 1010101 1010110 0 1110 1101 111101 101100100 1000 100100

Color Harmonies of #635556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635556

Black with #635556

Text Example


Text Example

White with #635556

Text Example


Text Example

HTML Codes & Css Web 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>