#696465

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

Shades of Scorpion #696465

Tints of Scorpion #696465

Color information

#696465 (or 0x696465) is unknown color: approx Scorpion. HEX triplet: 69, 64 and 65. RGB value is (105,100,101). Sum of RGB (Red+Green+Blue) = 105+100+101=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696465 is #969B9A. Grayscale: #656565. Windows color (decimal): -9870235 or 6644841. OLE color: 6644841.

HSL color Cylindrical-coordinate representation of color #696465: hue angle of 348º 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 #696465 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB105100101-
CMYK00.050.040.59
HSL348º2.44%40.2%-
HSV(B)348º4.76%41.18%-
XYZ12.7313.0614.16-
YUV101.61127.66130.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=34.31%
G=32.68%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510010100.050.040.593482.4440.2
Hex6964650543B15c228
Octal15114414505473534250
Binary110100111001001100101010110011101110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696465; }

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

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

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

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

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

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

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

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