#696266

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

Shades of Scorpion #696266

Tints of Scorpion #696266

Color information

#696266 (or 0x696266) is unknown color: approx Scorpion. HEX triplet: 69, 62 and 66. RGB value is (105,98,102). Sum of RGB (Red+Green+Blue) = 105+98+102=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696266 is #969D99. Grayscale: #646464. Windows color (decimal): -9870746 or 6709865. OLE color: 6709865.

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

Color convert

RGB10598102-
CMYK00.070.030.59
HSL325.71º3.45%39.8%-
HSV(B)325.71º6.67%41.18%-
XYZ12.5912.714.36-
YUV100.55128.82131.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=34.43%
G=32.13%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059810200.070.030.59325.713.4539.8
Hex6962660733B146328
Octal15114214607373506350
Binary11010011100010110011001111111101110100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696266; }

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

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

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

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

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

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

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

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