#705F65

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

Shades of Scorpion #705F65

Tints of Scorpion #705F65

Color information

#705F65 (or 0x705F65) is unknown color: approx Scorpion. HEX triplet: 70, 5F and 65. RGB value is (112,95,101). Sum of RGB (Red+Green+Blue) = 112+95+101=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #705F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F65 is #8FA09A. Grayscale: #646464. Windows color (decimal): -9412763 or 6643568. OLE color: 6643568.

HSL color Cylindrical-coordinate representation of color #705F65: hue angle of 338.82º 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 #705F65 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11295101-
CMYK00.150.100.56
HSL338.82º8.21%40.59%-
HSV(B)338.82º15.18%43.92%-
XYZ13.1212.5714.05-
YUV100.77128.13136.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=36.36%
G=30.84%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129510100.150.100.56338.828.2140.59
Hex705F650FA38153829
Octal16013714501712705231051
Binary1110000101111111001010111110101110001010100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F65; }

 p { color: rgb(112,95,101); }

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

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

 a { background-color: rgb(112,95,101); }

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

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

 span { border-color: rgb(112,95,101); }

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