#696165

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

Shades of Scorpion #696165

Tints of Scorpion #696165

Color information

#696165 (or 0x696165) is unknown color: approx Scorpion. HEX triplet: 69, 61 and 65. RGB value is (105,97,101). Sum of RGB (Red+Green+Blue) = 105+97+101=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 105 - color contains mainly: red. Hex color #696165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696165 is #969E9A. Grayscale: #636363. Windows color (decimal): -9871003 or 6644073. OLE color: 6644073.

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

Color convert

RGB10597101-
CMYK00.080.040.59
HSL330º3.96%39.61%-
HSV(B)330º7.62%41.18%-
XYZ12.4512.4914.07-
YUV99.85128.65131.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=34.65%
G=32.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059710100.080.040.593303.9639.61
Hex6961650843B14a428
Octal151141145010473512450
Binary11010011100001110010101000100111011101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696165; }

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

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

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

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

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

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

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

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