#71696D

Color #71696D Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #71696D

Tints of Scorpion #71696D

Color information

#71696D (or 0x71696D) is unknown color: approx Scorpion. HEX triplet: 71, 69 and 6D. RGB value is (113,105,109). Sum of RGB (Red+Green+Blue) = 113+105+109=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #71696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696D is #8E9692. Grayscale: #6B6B6B. Windows color (decimal): -9344659 or 7170417. OLE color: 7170417.

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

Color convert

RGB113105109-
CMYK00.070.040.56
HSL330º3.67%42.75%-
HSV(B)330º7.08%44.31%-
XYZ14.6214.7216.54-
YUV107.85128.65131.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=34.56%
G=32.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510900.070.040.563303.6742.75
Hex71696D0743814a42b
Octal16115115507470512453
Binary1110001110100111011010111100111000101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71696D; }

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

 H1.HeaderClassName
 {
   color: #71696D;
 }
 .AnyTagClassName
 {
   color: #71696D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #71696D;
 }
 .BgClassName
 {
   background-color: #71696D;
 }
</style>
border-color css

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

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

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