#696164

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

Shades of Scorpion #696164

Tints of Scorpion #696164

Color information

#696164 (or 0x696164) is unknown color: approx Scorpion. HEX triplet: 69, 61 and 64. RGB value is (105,97,100). Sum of RGB (Red+Green+Blue) = 105+97+100=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696164 is #969E9B. Grayscale: #636363. Windows color (decimal): -9871004 or 6578537. OLE color: 6578537.

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

Color convert

RGB10597100-
CMYK00.080.050.59
HSL337.5º3.96%39.61%-
HSV(B)337.5º7.62%41.18%-
XYZ12.412.4713.81-
YUV99.73128.15131.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=34.77%
G=32.12%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059710000.080.050.59337.53.9639.61
Hex6961640853B152428
Octal151141144010573522450
Binary11010011100001110010001000101111011101010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696164; }

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

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

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

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

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

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

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

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