#655A5E

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

Shades of Scorpion #655A5E

Tints of Scorpion #655A5E

Color information

#655A5E (or 0x655A5E) is unknown color: approx Scorpion. HEX triplet: 65, 5A and 5E. RGB value is (101,90,94). Sum of RGB (Red+Green+Blue) = 101+90+94=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A5E is #9AA5A1. Grayscale: #5D5D5D. Windows color (decimal): -10134946 or 6183525. OLE color: 6183525.

HSL color Cylindrical-coordinate representation of color #655A5E: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655A5E is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1019094-
CMYK00.110.070.60
HSL338.18º5.76%37.45%-
HSV(B)338.18º10.89%39.61%-
XYZ11.0410.8912.11-
YUV93.74128.14133.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=35.44%
G=31.58%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101909400.110.070.60338.185.7637.45
Hex655A5E0B73C152625
Octal145132136013774522645
Binary11001011011010101111001011111111100101010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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