#716669

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

Shades of Scorpion #716669

Tints of Scorpion #716669

Color information

#716669 (or 0x716669) is unknown color: approx Scorpion. HEX triplet: 71, 66 and 69. RGB value is (113,102,105). Sum of RGB (Red+Green+Blue) = 113+102+105=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716669 is #8E9996. Grayscale: #696969. Windows color (decimal): -9345431 or 6907505. OLE color: 6907505.

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

Color convert

RGB113102105-
CMYK00.100.070.56
HSL343.64º5.12%42.16%-
HSV(B)343.64º9.73%44.31%-
XYZ14.1114.0315.33-
YUV105.63127.64133.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=35.31%
G=31.88%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310210500.100.070.56343.645.1242.16
Hex7166690A73815852a
Octal161146151012770530552
Binary11100011100110110100101010111111000101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716669; }

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

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

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

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

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

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

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

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