Html Css Color HEX #716369 Scorpion

📋 copy color: '#716369'

red 113 ◦ green 99 ◦ blue 105

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

Shades of Scorpion #716369

Tints of Scorpion #716369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 35.65%
G = 31.23%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716369 (or 0x716369) is known color: Scorpion. HEX triplet: 71, 63 and 69. RGB value is (113,99,105). Sum of RGB (Red+Green+Blue) = 113+99+105=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716369 is #8E9C96. Grayscale: #676767. Windows color (decimal): -9346199 or 6906737. OLE color: 6906737.

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

Color convert

RGB 113 99 105 -
CMYK 0 0.12 0.07 0.56
HSL 334.29º 0.07% 0.42% -
HSV(B) 334.29º 0.12% 0.44% -
XYZ 13.82 13.45 15.23 -
YUV 103.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 113 99 105 0 0.12 0.07 0.56 334.29 0.07 0.42
Hex 71 63 69 0 C 7 38 14E 7 2A
Octal 161 143 151 0 14 7 70 516 7 52
Binary 1110001 1100011 1101001 0 1100 111 111000 101001110 111 101010

Color Harmonies of #716369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716369

Black with #716369

Text Example


Text Example

White with #716369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716369; }

 p { color: rgb(113,99,105); }

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

background-color css

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

 a { background-color: rgb(113,99,105); }

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

border-color css

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

 span { border-color: rgb(113,99,105); }

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