#695860

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

Shades of Scorpion #695860

Tints of Scorpion #695860

Color information

#695860 (or 0x695860) is unknown color: approx Scorpion. HEX triplet: 69, 58 and 60. RGB value is (105,88,96). Sum of RGB (Red+Green+Blue) = 105+88+96=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695860 is #96A79F. Grayscale: #5D5D5D. Windows color (decimal): -9873312 or 6314089. OLE color: 6314089.

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

Color convert

RGB1058896-
CMYK00.160.090.59
HSL331.76º8.81%37.84%-
HSV(B)331.76º16.19%41.18%-
XYZ11.4310.8312.55-
YUV94129.13135.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=36.33%
G=30.45%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105889600.160.090.59331.768.8137.84
Hex69586001093B14c926
Octal15113014002011735141146
Binary11010011011000110000001000010011110111010011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695860; }

 p { color: rgb(105,88,96); }

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

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

 a { background-color: rgb(105,88,96); }

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

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

 span { border-color: rgb(105,88,96); }

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