#655F61

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

Shades of Scorpion #655F61

Tints of Scorpion #655F61

Color information

#655F61 (or 0x655F61) is unknown color: approx Scorpion. HEX triplet: 65, 5F and 61. RGB value is (101,95,97). Sum of RGB (Red+Green+Blue) = 101+95+97=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 101 - color contains mainly: red. Hex color #655F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F61 is #9AA09E. Grayscale: #616161. Windows color (decimal): -10133663 or 6381413. OLE color: 6381413.

HSL color Cylindrical-coordinate representation of color #655F61: hue angle of 340º 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 #655F61 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1019597-
CMYK00.060.040.60
HSL340º3.06%38.43%-
HSV(B)340º5.94%39.61%-
XYZ11.6211.8112.98-
YUV97.02127.99130.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=34.47%
G=32.42%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101959700.060.040.603403.0638.43
Hex655F610643C154326
Octal14513714106474524346
Binary110010110111111100001011010011110010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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