#655F62

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

Shades of Scorpion #655F62

Tints of Scorpion #655F62

Color information

#655F62 (or 0x655F62) is unknown color: approx Scorpion. HEX triplet: 65, 5F and 62. RGB value is (101,95,98). Sum of RGB (Red+Green+Blue) = 101+95+98=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 101 - color contains mainly: red. Hex color #655F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F62 is #9AA09D. Grayscale: #616161. Windows color (decimal): -10133662 or 6446949. OLE color: 6446949.

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

Color convert

RGB1019598-
CMYK00.060.030.60
HSL330º3.06%38.43%-
HSV(B)330º5.94%39.61%-
XYZ11.6611.8313.22-
YUV97.14128.49130.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=34.35%
G=32.31%
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.60
SystemRedGreenBlueCMYKHSL
Decimal101959800.060.030.603303.0638.43
Hex655F620633C14a326
Octal14513714206374512346
Binary11001011011111110001001101111110010100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,98); }

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

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

 a { background-color: rgb(101,95,98); }

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

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

 span { border-color: rgb(101,95,98); }

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