#706769

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

Shades of Scorpion #706769

Tints of Scorpion #706769

Color information

#706769 (or 0x706769) is unknown color: approx Scorpion. HEX triplet: 70, 67 and 69. RGB value is (112,103,105). Sum of RGB (Red+Green+Blue) = 112+103+105=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706769 is #8F9896. Grayscale: #696969. Windows color (decimal): -9410711 or 6907760. OLE color: 6907760.

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

Color convert

RGB112103105-
CMYK00.080.060.56
HSL346.67º4.19%42.16%-
HSV(B)346.67º8.04%43.92%-
XYZ14.0814.1715.36-
YUV105.92127.48132.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=35%
G=32.19%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210310500.080.060.56346.674.1942.16
Hex7067690863815b42a
Octal160147151010670533452
Binary11100001100111110100101000110111000101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706769; }

 p { color: rgb(112,103,105); }

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

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

 a { background-color: rgb(112,103,105); }

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

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

 span { border-color: rgb(112,103,105); }

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