#695E64

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

Shades of Scorpion #695E64

Tints of Scorpion #695E64

Color information

#695E64 (or 0x695E64) is unknown color: approx Scorpion. HEX triplet: 69, 5E and 64. RGB value is (105,94,100). Sum of RGB (Red+Green+Blue) = 105+94+100=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #695E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E64 is #96A19B. Grayscale: #616161. Windows color (decimal): -9871772 or 6577769. OLE color: 6577769.

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

Color convert

RGB10594100-
CMYK00.100.050.59
HSL327.27º5.53%39.02%-
HSV(B)327.27º10.48%41.18%-
XYZ12.1311.9313.72-
YUV97.97129.14133.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=35.12%
G=31.44%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059410000.100.050.59327.275.5339.02
Hex695E640A53B147627
Octal151136144012573507647
Binary11010011011110110010001010101111011101000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695E64; }

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

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

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

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

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

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

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

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