#696163

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

Shades of Scorpion #696163

Tints of Scorpion #696163

Color information

#696163 (or 0x696163) is unknown color: approx Scorpion. HEX triplet: 69, 61 and 63. RGB value is (105,97,99). Sum of RGB (Red+Green+Blue) = 105+97+99=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 105 - color contains mainly: red. Hex color #696163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696163 is #969E9C. Grayscale: #636363. Windows color (decimal): -9871005 or 6513001. OLE color: 6513001.

HSL color Cylindrical-coordinate representation of color #696163: hue angle of 345º 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 #696163 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1059799-
CMYK00.080.060.59
HSL345º3.96%39.61%-
HSV(B)345º7.62%41.18%-
XYZ12.3512.4513.56-
YUV99.62127.65131.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=34.88%
G=32.23%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105979900.080.060.593453.9639.61
Hex6961630863B159428
Octal151141143010673531450
Binary11010011100001110001101000110111011101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696163; }

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

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

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

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

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

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

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

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