#71636B

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

Shades of Scorpion #71636B

Tints of Scorpion #71636B

Color information

#71636B (or 0x71636B) is unknown color: approx Scorpion. HEX triplet: 71, 63 and 6B. RGB value is (113,99,107). Sum of RGB (Red+Green+Blue) = 113+99+107=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636B is #8E9C94. Grayscale: #686868. Windows color (decimal): -9346197 or 7037809. OLE color: 7037809.

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

Color convert

RGB11399107-
CMYK00.120.050.56
HSL325.71º6.6%41.57%-
HSV(B)325.71º12.39%44.31%-
XYZ13.9313.515.78-
YUV104.1129.64134.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=35.42%
G=31.03%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139910700.120.050.56325.716.641.57
Hex71636B0C53814672a
Octal161143153014570506752
Binary11100011100011110101101100101111000101000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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