Html Css Color HEX #705E65 Scorpion

📋 copy color: '#705E65'

red 112 ◦ green 94 ◦ blue 101

#705E65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #705E65

Tints of Scorpion #705E65

RGB

 RED value IS 112 (44.14% from 255) = 36.48%

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 36.48%
G = 30.62%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705E65 (or 0x705E65) is known color: Scorpion. HEX triplet: 70, 5E and 65. RGB value is (112,94,101). Sum of RGB (Red+Green+Blue) = 112+94+101=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #705E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E65 is #8FA19A. Grayscale: #646464. Windows color (decimal): -9413019 or 6643312. OLE color: 6643312.

HSL color Cylindrical-coordinate representation of color #705E65: hue angle of 336.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #705E65 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 94 101 -
CMYK 0 0.16 0.10 0.56
HSL 336.67º 0.09% 0.4% -
HSV(B) 336.67º 0.16% 0.44% -
XYZ 13.03 12.39 14.02 -
YUV 100.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 112 94 101 0 0.16 0.10 0.56 336.67 0.09 0.4
Hex 70 5E 65 0 10 A 38 151 9 28
Octal 160 136 145 0 20 12 70 521 11 50
Binary 1110000 1011110 1100101 0 10000 1010 111000 101010001 1001 101000

Color Harmonies of #705E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E65

Black with #705E65

Text Example


Text Example

White with #705E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705E65;
 }
 .AnyTagClassName
 {
   color: #705E65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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