#696768

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

Shades of Scorpion #696768

Tints of Scorpion #696768

Color information

#696768 (or 0x696768) is unknown color: approx Scorpion. HEX triplet: 69, 67 and 68. RGB value is (105,103,104). Sum of RGB (Red+Green+Blue) = 105+103+104=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 105 - color contains mainly: red. Hex color #696768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696768 is #969897. Grayscale: #676767. Windows color (decimal): -9869464 or 6842217. OLE color: 6842217.

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

Color convert

RGB105103104-
CMYK00.020.010.59
HSL330º0.96%40.78%-
HSV(B)330º1.9%41.18%-
XYZ13.1713.715.05-
YUV103.71128.16128.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=33.65%
G=33.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510310400.020.010.593300.9640.78
Hex6967680213B14a129
Octal15114715002173512151
Binary11010011100111110100001011110111010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696768; }

 p { color: rgb(105,103,104); }

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

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

 a { background-color: rgb(105,103,104); }

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

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

 span { border-color: rgb(105,103,104); }

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