#696364

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

Shades of Scorpion #696364

Tints of Scorpion #696364

Color information

#696364 (or 0x696364) is unknown color: approx Scorpion. HEX triplet: 69, 63 and 64. RGB value is (105,99,100). Sum of RGB (Red+Green+Blue) = 105+99+100=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696364 is #969C9B. Grayscale: #646464. Windows color (decimal): -9870492 or 6579049. OLE color: 6579049.

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

Color convert

RGB10599100-
CMYK00.060.050.59
HSL350º2.94%40%-
HSV(B)350º5.71%41.18%-
XYZ12.5912.8513.87-
YUV100.91127.49130.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=34.54%
G=32.57%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059910000.060.050.593502.9440
Hex6963640653B15e328
Octal15114314406573536350
Binary110100111000111100100011010111101110101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696364; }

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

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

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

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

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

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

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

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