#71696C

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

Shades of Scorpion #71696C

Tints of Scorpion #71696C

Color information

#71696C (or 0x71696C) is unknown color: approx Scorpion. HEX triplet: 71, 69 and 6C. RGB value is (113,105,108). Sum of RGB (Red+Green+Blue) = 113+105+108=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #71696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696C is #8E9693. Grayscale: #6B6B6B. Windows color (decimal): -9344660 or 7104881. OLE color: 7104881.

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

Color convert

RGB113105108-
CMYK00.070.040.56
HSL337.5º3.67%42.75%-
HSV(B)337.5º7.08%44.31%-
XYZ14.5714.716.26-
YUV107.73128.15131.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=34.66%
G=32.21%
B=33.13%

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
Decimal11310510800.070.040.56337.53.6742.75
Hex71696C0743815242b
Octal16115115407470522453
Binary1110001110100111011000111100111000101010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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