#716469

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

Shades of Scorpion #716469

Tints of Scorpion #716469

Color information

#716469 (or 0x716469) is unknown color: approx Scorpion. HEX triplet: 71, 64 and 69. RGB value is (113,100,105). Sum of RGB (Red+Green+Blue) = 113+100+105=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716469 is #8E9B96. Grayscale: #686868. Windows color (decimal): -9345943 or 6906993. OLE color: 6906993.

HSL color Cylindrical-coordinate representation of color #716469: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716469 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB113100105-
CMYK00.120.070.56
HSL336.92º6.1%41.76%-
HSV(B)336.92º11.5%44.31%-
XYZ13.9213.6415.26-
YUV104.46128.31134.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=35.53%
G=31.45%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310010500.120.070.56336.926.141.76
Hex7164690C73815162a
Octal161144151014770521652
Binary11100011100100110100101100111111000101010001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716469; }

 p { color: rgb(113,100,105); }

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

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

 a { background-color: rgb(113,100,105); }

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

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

 span { border-color: rgb(113,100,105); }

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