#66585E

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

Shades of Scorpion #66585E

Tints of Scorpion #66585E

Color information

#66585E (or 0x66585E) is unknown color: approx Scorpion. HEX triplet: 66, 58 and 5E. RGB value is (102,88,94). Sum of RGB (Red+Green+Blue) = 102+88+94=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #66585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66585E is #99A7A1. Grayscale: #5C5C5C. Windows color (decimal): -10069922 or 6183014. OLE color: 6183014.

HSL color Cylindrical-coordinate representation of color #66585E: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66585E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1028894-
CMYK00.140.080.6
HSL334.29º7.37%37.25%-
HSV(B)334.29º13.73%40%-
XYZ10.9910.6112.06-
YUV92.87128.64134.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=35.92%
G=30.99%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102889400.140.080.6334.297.3737.25
Hex66585E0E83C14e725
Octal1461301360161074516745
Binary110011010110001011110011101000111100101001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66585E; }

 p { color: rgb(102,88,94); }

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

<style>
 a { background-color: #66585E; }

 a { background-color: rgb(102,88,94); }

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

<style>
 span { border-color: #66585E; }

 span { border-color: rgb(102,88,94); }

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