#635A5E

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

Shades of Scorpion #635A5E

Tints of Scorpion #635A5E

Color information

#635A5E (or 0x635A5E) is unknown color: approx Scorpion. HEX triplet: 63, 5A and 5E. RGB value is (99,90,94). Sum of RGB (Red+Green+Blue) = 99+90+94=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A5E is #9CA5A1. Grayscale: #5D5D5D. Windows color (decimal): -10266018 or 6183523. OLE color: 6183523.

HSL color Cylindrical-coordinate representation of color #635A5E: hue angle of 333.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 #635A5E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB999094-
CMYK00.090.050.61
HSL333.33º4.76%37.06%-
HSV(B)333.33º9.09%38.82%-
XYZ10.8210.7712.1-
YUV93.15128.48132.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=34.98%
G=31.80%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99909400.090.050.61333.334.7637.06
Hex635A5E0953D14d525
Octal143132136011575515545
Binary11000111011010101111001001101111101101001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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