#695D60

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

Shades of Scorpion #695D60

Tints of Scorpion #695D60

Color information

#695D60 (or 0x695D60) is unknown color: approx Scorpion. HEX triplet: 69, 5D and 60. RGB value is (105,93,96). Sum of RGB (Red+Green+Blue) = 105+93+96=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #695D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D60 is #96A29F. Grayscale: #606060. Windows color (decimal): -9872032 or 6315369. OLE color: 6315369.

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

Color convert

RGB1059396-
CMYK00.110.090.59
HSL345º6.06%38.82%-
HSV(B)345º11.43%41.18%-
XYZ11.8511.6812.7-
YUV96.93127.48133.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=35.71%
G=31.63%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105939600.110.090.593456.0638.82
Hex695D600B93B159627
Octal1511351400131173531647
Binary110100110111011100000010111001111011101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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