#66565B

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

Shades of Scorpion #66565B

Tints of Scorpion #66565B

Color information

#66565B (or 0x66565B) is unknown color: approx Scorpion. HEX triplet: 66, 56 and 5B. RGB value is (102,86,91). Sum of RGB (Red+Green+Blue) = 102+86+91=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66565B is #99A9A4. Grayscale: #5B5B5B. Windows color (decimal): -10070437 or 5985894. OLE color: 5985894.

HSL color Cylindrical-coordinate representation of color #66565B: hue angle of 341.25º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66565B is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1028691-
CMYK00.160.110.6
HSL341.25º8.51%36.86%-
HSV(B)341.25º15.69%40%-
XYZ10.710.2411.31-
YUV91.35127.8135.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=36.56%
G=30.82%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102869100.160.110.6341.258.5136.86
Hex66565B010B3C155925
Octal14612613302013745251145
Binary11001101010110101101101000010111111001010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66565B; }

 p { color: rgb(102,86,91); }

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

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

 a { background-color: rgb(102,86,91); }

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

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

 span { border-color: rgb(102,86,91); }

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