Html Css Color HEX #716065 Scorpion

📋 copy color: '#716065'

red 113 ◦ green 96 ◦ blue 101

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

Shades of Scorpion #716065

Tints of Scorpion #716065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 36.45%
G = 30.97%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716065 (or 0x716065) is known color: Scorpion. HEX triplet: 71, 60 and 65. RGB value is (113,96,101). Sum of RGB (Red+Green+Blue) = 113+96+101=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716065 is #8E9F9A. Grayscale: #656565. Windows color (decimal): -9346971 or 6643825. OLE color: 6643825.

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

Color convert

RGB 113 96 101 -
CMYK 0 0.15 0.11 0.56
HSL 342.35º 0.08% 0.41% -
HSV(B) 342.35º 0.15% 0.44% -
XYZ 13.34 12.82 14.08 -
YUV 101.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 113 96 101 0 0.15 0.11 0.56 342.35 0.08 0.41
Hex 71 60 65 0 F B 38 156 8 29
Octal 161 140 145 0 17 13 70 526 10 51
Binary 1110001 1100000 1100101 0 1111 1011 111000 101010110 1000 101001

Color Harmonies of #716065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716065

Black with #716065

Text Example


Text Example

White with #716065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716065; }

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

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

background-color css

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

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

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

border-color css

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

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

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