#656163

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

Shades of Scorpion #656163

Tints of Scorpion #656163

Color information

#656163 (or 0x656163) is unknown color: approx Scorpion. HEX triplet: 65, 61 and 63. RGB value is (101,97,99). Sum of RGB (Red+Green+Blue) = 101+97+99=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 101 - color contains mainly: red. Hex color #656163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656163 is #9A9E9C. Grayscale: #626262. Windows color (decimal): -10133149 or 6512997. OLE color: 6512997.

HSL color Cylindrical-coordinate representation of color #656163: hue angle of 330º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656163 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1019799-
CMYK00.040.020.60
HSL330º2.02%38.82%-
HSV(B)330º3.96%39.61%-
XYZ11.8912.2213.54-
YUV98.42128.33129.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=34.01%
G=32.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101979900.040.020.603302.0238.82
Hex6561630423C14a227
Octal14514114304274512247
Binary11001011100001110001101001011110010100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656163; }

 p { color: rgb(101,97,99); }

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

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

 a { background-color: rgb(101,97,99); }

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

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

 span { border-color: rgb(101,97,99); }

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