#71696B

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

Shades of Scorpion #71696B

Tints of Scorpion #71696B

Color information

#71696B (or 0x71696B) is unknown color: approx Scorpion. HEX triplet: 71, 69 and 6B. RGB value is (113,105,107). Sum of RGB (Red+Green+Blue) = 113+105+107=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #71696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696B is #8E9694. Grayscale: #6B6B6B. Windows color (decimal): -9344661 or 7039345. OLE color: 7039345.

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

Color convert

RGB113105107-
CMYK00.070.050.56
HSL345º3.67%42.75%-
HSV(B)345º7.08%44.31%-
XYZ14.5214.6815.98-
YUV107.62127.65131.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=34.77%
G=32.31%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310510700.070.050.563453.6742.75
Hex71696B0753815942b
Octal16115115307570531453
Binary1110001110100111010110111101111000101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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