Html Css Color HEX #716669 Scorpion

📋 copy color: '#716669'

red 113 ◦ green 102 ◦ blue 105

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

Shades of Scorpion #716669

Tints of Scorpion #716669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

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

R = 35.31%
G = 31.88%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716669 (or 0x716669) is known color: Scorpion. HEX triplet: 71, 66 and 69. RGB value is (113,102,105). Sum of RGB (Red+Green+Blue) = 113+102+105=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716669 is #8E9996. Grayscale: #696969. Windows color (decimal): -9345431 or 6907505. OLE color: 6907505.

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

Color convert

RGB 113 102 105 -
CMYK 0 0.10 0.07 0.56
HSL 343.64º 0.05% 0.42% -
HSV(B) 343.64º 0.1% 0.44% -
XYZ 14.11 14.03 15.33 -
YUV 105.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 113 102 105 0 0.10 0.07 0.56 343.64 0.05 0.42
Hex 71 66 69 0 A 7 38 158 5 2A
Octal 161 146 151 0 12 7 70 530 5 52
Binary 1110001 1100110 1101001 0 1010 111 111000 101011000 101 101010

Color Harmonies of #716669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716669

Black with #716669

Text Example


Text Example

White with #716669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716669; }

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

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

background-color css

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

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

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

border-color css

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

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

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