#716169

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

Shades of Scorpion #716169

Tints of Scorpion #716169

Color information

#716169 (or 0x716169) is unknown color: approx Scorpion. HEX triplet: 71, 61 and 69. RGB value is (113,97,105). Sum of RGB (Red+Green+Blue) = 113+97+105=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716169 is #8E9E96. Grayscale: #666666. Windows color (decimal): -9346711 or 6906225. OLE color: 6906225.

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

Color convert

RGB11397105-
CMYK00.140.070.56
HSL330º7.62%41.18%-
HSV(B)330º14.16%44.31%-
XYZ13.6313.0815.17-
YUV102.7129.3135.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=35.87%
G=30.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139710500.140.070.563307.6241.18
Hex7161690E73814a829
Octal1611411510167705121051
Binary111000111000011101001011101111110001010010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716169; }

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

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

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

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

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

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

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

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