#635D60

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

Shades of Scorpion #635D60

Tints of Scorpion #635D60

Color information

#635D60 (or 0x635D60) is unknown color: approx Scorpion. HEX triplet: 63, 5D and 60. RGB value is (99,93,96). Sum of RGB (Red+Green+Blue) = 99+93+96=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #635D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D60 is #9CA29F. Grayscale: #5F5F5F. Windows color (decimal): -10265248 or 6315363. OLE color: 6315363.

HSL color Cylindrical-coordinate representation of color #635D60: hue angle of 330º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #635D60 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB999396-
CMYK00.060.030.61
HSL330º3.12%37.65%-
HSV(B)330º6.06%38.82%-
XYZ11.1711.3312.66-
YUV95.14128.49130.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=34.38%
G=32.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99939600.060.030.613303.1237.65
Hex635D600633D14a326
Octal14313514006375512346
Binary11000111011101110000001101111110110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,93,96); }

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

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

 a { background-color: rgb(99,93,96); }

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

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

 span { border-color: rgb(99,93,96); }

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