#716069

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

Shades of Scorpion #716069

Tints of Scorpion #716069

Color information

#716069 (or 0x716069) is unknown color: approx Scorpion. HEX triplet: 71, 60 and 69. RGB value is (113,96,105). Sum of RGB (Red+Green+Blue) = 113+96+105=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716069 is #8E9F96. Grayscale: #666666. Windows color (decimal): -9346967 or 6905969. OLE color: 6905969.

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

Color convert

RGB11396105-
CMYK00.150.070.56
HSL328.24º8.13%40.98%-
HSV(B)328.24º15.04%44.31%-
XYZ13.5412.915.14-
YUV102.11129.63135.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=35.99%
G=30.57%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139610500.150.070.56328.248.1340.98
Hex7160690F738148829
Octal1611401510177705101051
Binary111000111000001101001011111111110001010010001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716069; }

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

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

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

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

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

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

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

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