Html Css Color HEX #706165 Scorpion

📋 copy color: '#706165'

red 112 ◦ green 97 ◦ blue 101

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

Shades of Scorpion #706165

Tints of Scorpion #706165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

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

R = 36.13%
G = 31.29%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706165 (or 0x706165) is known color: Scorpion. HEX triplet: 70, 61 and 65. RGB value is (112,97,101). Sum of RGB (Red+Green+Blue) = 112+97+101=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706165 is #8F9E9A. Grayscale: #656565. Windows color (decimal): -9412251 or 6644080. OLE color: 6644080.

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

Color convert

RGB 112 97 101 -
CMYK 0 0.13 0.10 0.56
HSL 344º 0.07% 0.41% -
HSV(B) 344º 0.13% 0.44% -
XYZ 13.31 12.93 14.11 -
YUV 101.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 112 97 101 0 0.13 0.10 0.56 344 0.07 0.41
Hex 70 61 65 0 D A 38 158 7 29
Octal 160 141 145 0 15 12 70 530 7 51
Binary 1110000 1100001 1100101 0 1101 1010 111000 101011000 111 101001

Color Harmonies of #706165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706165

Black with #706165

Text Example


Text Example

White with #706165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706165; }

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

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

background-color css

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

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

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

border-color css

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

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

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