#66565D

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

Shades of Scorpion #66565D

Tints of Scorpion #66565D

Color information

#66565D (or 0x66565D) is unknown color: approx Scorpion. HEX triplet: 66, 56 and 5D. RGB value is (102,86,93). Sum of RGB (Red+Green+Blue) = 102+86+93=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #66565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66565D is #99A9A2. Grayscale: #5B5B5B. Windows color (decimal): -10070435 or 6116966. OLE color: 6116966.

HSL color Cylindrical-coordinate representation of color #66565D: hue angle of 333.75º 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 #66565D is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1028693-
CMYK00.160.090.6
HSL333.75º8.51%36.86%-
HSV(B)333.75º15.69%40%-
XYZ10.7810.2711.77-
YUV91.58128.8135.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=36.30%
G=30.60%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102869300.160.090.6333.758.5136.86
Hex66565D01093C14e925
Octal14612613502011745161145
Binary11001101010110101110101000010011111001010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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