#71656A

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

Shades of Scorpion #71656A

Tints of Scorpion #71656A

Color information

#71656A (or 0x71656A) is unknown color: approx Scorpion. HEX triplet: 71, 65 and 6A. RGB value is (113,101,106). Sum of RGB (Red+Green+Blue) = 113+101+106=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71656A is #8E9A95. Grayscale: #696969. Windows color (decimal): -9345686 or 6972785. OLE color: 6972785.

HSL color Cylindrical-coordinate representation of color #71656A: hue angle of 335º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71656A is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB113101106-
CMYK00.110.060.56
HSL335º5.61%41.96%-
HSV(B)335º10.62%44.31%-
XYZ14.0713.8615.57-
YUV105.16128.48133.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=35.31%
G=31.56%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310110600.110.060.563355.6141.96
Hex71656A0B63814f62a
Octal161145152013670517652
Binary11100011100101110101001011110111000101001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71656A; }

 p { color: rgb(113,101,106); }

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

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

 a { background-color: rgb(113,101,106); }

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

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

 span { border-color: rgb(113,101,106); }

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