#716369

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

Shades of Scorpion #716369

Tints of Scorpion #716369

Color information

#716369 (or 0x716369) is unknown color: approx Scorpion. HEX triplet: 71, 63 and 69. RGB value is (113,99,105). Sum of RGB (Red+Green+Blue) = 113+99+105=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716369 is #8E9C96. Grayscale: #676767. Windows color (decimal): -9346199 or 6906737. OLE color: 6906737.

HSL color Cylindrical-coordinate representation of color #716369: hue angle of 334.29º degrees, saturation: 0.07, 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 #716369 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11399105-
CMYK00.120.070.56
HSL334.29º6.6%41.57%-
HSV(B)334.29º12.39%44.31%-
XYZ13.8213.4515.23-
YUV103.87128.64134.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=35.65%
G=31.23%
B=33.12%

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
Decimal1139910500.120.070.56334.296.641.57
Hex7163690C73814e72a
Octal161143151014770516752
Binary11100011100011110100101100111111000101001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716369; }

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

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

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

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

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

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

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

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