Html Css Color HEX #705962 Scorpion

📋 copy color: '#705962'

red 112 ◦ green 89 ◦ blue 98

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

Shades of Scorpion #705962

Tints of Scorpion #705962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.77%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 37.46%
G = 29.77%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705962 (or 0x705962) is known color: Scorpion. HEX triplet: 70, 59 and 62. RGB value is (112,89,98). Sum of RGB (Red+Green+Blue) = 112+89+98=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705962 is #8FA69D. Grayscale: #606060. Windows color (decimal): -9414302 or 6445424. OLE color: 6445424.

HSL color Cylindrical-coordinate representation of color #705962: hue angle of 336.52º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705962 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 98 -
CMYK 0 0.21 0.13 0.56
HSL 336.52º 0.11% 0.39% -
HSV(B) 336.52º 0.21% 0.44% -
XYZ 12.46 11.47 13.11 -
YUV 96.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 112 89 98 0 0.21 0.13 0.56 336.52 0.11 0.39
Hex 70 59 62 0 15 D 38 151 B 27
Octal 160 131 142 0 25 15 70 521 13 47
Binary 1110000 1011001 1100010 0 10101 1101 111000 101010001 1011 100111

Color Harmonies of #705962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705962

Black with #705962

Text Example


Text Example

White with #705962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705962; }

 p { color: rgb(112,89,98); }

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

background-color css

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

 a { background-color: rgb(112,89,98); }

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

border-color css

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

 span { border-color: rgb(112,89,98); }

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