#666364

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

Shades of Scorpion #666364

Tints of Scorpion #666364

Color information

#666364 (or 0x666364) is unknown color: approx Scorpion. HEX triplet: 66, 63 and 64. RGB value is (102,99,100). Sum of RGB (Red+Green+Blue) = 102+99+100=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 102 - color contains mainly: red. Hex color #666364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666364 is #999C9B. Grayscale: #646464. Windows color (decimal): -10067100 or 6579046. OLE color: 6579046.

HSL color Cylindrical-coordinate representation of color #666364: hue angle of 340º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666364 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10299100-
CMYK00.030.020.6
HSL340º1.49%39.41%-
HSV(B)340º2.94%40%-
XYZ12.2412.6713.86-
YUV100.01127.99129.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=33.89%
G=32.89%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029910000.030.020.63401.4939.41
Hex6663640323C154127
Octal14614314403274524147
Binary110011011000111100100011101111001010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666364; }

 p { color: rgb(102,99,100); }

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

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

 a { background-color: rgb(102,99,100); }

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

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

 span { border-color: rgb(102,99,100); }

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