#696466

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

Shades of Scorpion #696466

Tints of Scorpion #696466

Color information

#696466 (or 0x696466) is unknown color: approx Scorpion. HEX triplet: 69, 64 and 66. RGB value is (105,100,102). Sum of RGB (Red+Green+Blue) = 105+100+102=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 105 - color contains mainly: red. Hex color #696466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696466 is #969B99. Grayscale: #656565. Windows color (decimal): -9870234 or 6710377. OLE color: 6710377.

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

Color convert

RGB105100102-
CMYK00.050.030.59
HSL336º2.44%40.2%-
HSV(B)336º4.76%41.18%-
XYZ12.7813.0814.42-
YUV101.72128.16130.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=34.20%
G=32.57%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510010200.050.030.593362.4440.2
Hex6964660533B150228
Octal15114414605373520250
Binary11010011100100110011001011111101110101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696466; }

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

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

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

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

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

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

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

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