#635B5E

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

Shades of Scorpion #635B5E

Tints of Scorpion #635B5E

Color information

#635B5E (or 0x635B5E) is unknown color: approx Scorpion. HEX triplet: 63, 5B and 5E. RGB value is (99,91,94). Sum of RGB (Red+Green+Blue) = 99+91+94=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B5E is #9CA4A1. Grayscale: #5D5D5D. Windows color (decimal): -10265762 or 6183779. OLE color: 6183779.

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

Color convert

RGB999194-
CMYK00.080.050.61
HSL337.5º4.21%37.25%-
HSV(B)337.5º8.08%38.82%-
XYZ10.9110.9412.13-
YUV93.73128.15131.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=34.86%
G=32.04%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99919400.080.050.61337.54.2137.25
Hex635B5E0853D152425
Octal143133136010575522445
Binary11000111011011101111001000101111101101010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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