#66595E

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

Shades of Scorpion #66595E

Tints of Scorpion #66595E

Color information

#66595E (or 0x66595E) is unknown color: approx Scorpion. HEX triplet: 66, 59 and 5E. RGB value is (102,89,94). Sum of RGB (Red+Green+Blue) = 102+89+94=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #66595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66595E is #99A6A1. Grayscale: #5D5D5D. Windows color (decimal): -10069666 or 6183270. OLE color: 6183270.

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

Color convert

RGB1028994-
CMYK00.130.080.6
HSL336.92º6.81%37.45%-
HSV(B)336.92º12.75%40%-
XYZ11.0710.7812.09-
YUV93.46128.31134.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=35.79%
G=31.23%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102899400.130.080.6336.926.8137.45
Hex66595E0D83C151725
Octal1461311360151074521745
Binary110011010110011011110011011000111100101010001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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