#696062

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

Shades of Scorpion #696062

Tints of Scorpion #696062

Color information

#696062 (or 0x696062) is unknown color: approx Scorpion. HEX triplet: 69, 60 and 62. RGB value is (105,96,98). Sum of RGB (Red+Green+Blue) = 105+96+98=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #696062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696062 is #969F9D. Grayscale: #626262. Windows color (decimal): -9871262 or 6447209. OLE color: 6447209.

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

Color convert

RGB1059698-
CMYK00.090.070.59
HSL346.67º4.48%39.41%-
HSV(B)346.67º8.57%41.18%-
XYZ12.2112.2513.28-
YUV98.92127.48132.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=35.12%
G=32.11%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105969800.090.070.59346.674.4839.41
Hex6960620973B15b427
Octal151140142011773533447
Binary11010011100000110001001001111111011101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696062; }

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

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

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

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

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

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

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

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