Html Css Color HEX #716165 Scorpion

📋 copy color: '#716165'

red 113 ◦ green 97 ◦ blue 101

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

Shades of Scorpion #716165

Tints of Scorpion #716165

RGB

 RED value IS 113 (44.53% from 255) = 36.33%

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

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

R = 36.33%
G = 31.19%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716165 (or 0x716165) is known color: Scorpion. HEX triplet: 71, 61 and 65. RGB value is (113,97,101). Sum of RGB (Red+Green+Blue) = 113+97+101=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716165 is #8E9E9A. Grayscale: #666666. Windows color (decimal): -9346715 or 6644081. OLE color: 6644081.

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

Color convert

RGB 113 97 101 -
CMYK 0 0.14 0.11 0.56
HSL 345º 0.08% 0.41% -
HSV(B) 345º 0.14% 0.44% -
XYZ 13.43 13 14.11 -
YUV 102.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 113 97 101 0 0.14 0.11 0.56 345 0.08 0.41
Hex 71 61 65 0 E B 38 159 8 29
Octal 161 141 145 0 16 13 70 531 10 51
Binary 1110001 1100001 1100101 0 1110 1011 111000 101011001 1000 101001

Color Harmonies of #716165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716165

Black with #716165

Text Example


Text Example

White with #716165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716165; }

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

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

background-color css

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

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

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

border-color css

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

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

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