Html Css Color HEX #716069 Scorpion

📋 copy color: '#716069'

red 113 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #716069

Tints of Scorpion #716069

RGB

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

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

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

R = 35.99%
G = 30.57%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716069 (or 0x716069) is known color: Scorpion. HEX triplet: 71, 60 and 69. RGB value is (113,96,105). Sum of RGB (Red+Green+Blue) = 113+96+105=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716069 is #8E9F96. Grayscale: #666666. Windows color (decimal): -9346967 or 6905969. OLE color: 6905969.

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

Color convert

RGB 113 96 105 -
CMYK 0 0.15 0.07 0.56
HSL 328.24º 0.08% 0.41% -
HSV(B) 328.24º 0.15% 0.44% -
XYZ 13.54 12.9 15.14 -
YUV 102.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 113 96 105 0 0.15 0.07 0.56 328.24 0.08 0.41
Hex 71 60 69 0 F 7 38 148 8 29
Octal 161 140 151 0 17 7 70 510 10 51
Binary 1110001 1100000 1101001 0 1111 111 111000 101001000 1000 101001

Color Harmonies of #716069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716069

Black with #716069

Text Example


Text Example

White with #716069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716069; }

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

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

background-color css

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

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

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

border-color css

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

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

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