Html Css Color HEX #716269 Scorpion

📋 copy color: '#716269'

red 113 ◦ green 98 ◦ blue 105

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

Shades of Scorpion #716269

Tints of Scorpion #716269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

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

R = 35.76%
G = 31.01%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716269 (or 0x716269) is known color: Scorpion. HEX triplet: 71, 62 and 69. RGB value is (113,98,105). Sum of RGB (Red+Green+Blue) = 113+98+105=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716269 is #8E9D96. Grayscale: #676767. Windows color (decimal): -9346455 or 6906481. OLE color: 6906481.

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

Color convert

RGB 113 98 105 -
CMYK 0 0.13 0.07 0.56
HSL 332º 0.07% 0.41% -
HSV(B) 332º 0.13% 0.44% -
XYZ 13.73 13.27 15.2 -
YUV 103.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 113 98 105 0 0.13 0.07 0.56 332 0.07 0.41
Hex 71 62 69 0 D 7 38 14C 7 29
Octal 161 142 151 0 15 7 70 514 7 51
Binary 1110001 1100010 1101001 0 1101 111 111000 101001100 111 101001

Color Harmonies of #716269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716269

Black with #716269

Text Example


Text Example

White with #716269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716269; }

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

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

background-color css

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

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

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

border-color css

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

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

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