#736165

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

Shades of Scorpion #736165

Tints of Scorpion #736165

Color information

#736165 (or 0x736165) is unknown color: approx Scorpion. HEX triplet: 73, 61 and 65. RGB value is (115,97,101). Sum of RGB (Red+Green+Blue) = 115+97+101=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736165 is #8C9E9A. Grayscale: #666666. Windows color (decimal): -9215643 or 6644083. OLE color: 6644083.

HSL color Cylindrical-coordinate representation of color #736165: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #736165 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11597101-
CMYK00.160.120.55
HSL346.67º8.49%41.57%-
HSV(B)346.67º15.65%45.1%-
XYZ13.6913.1314.13-
YUV102.84126.96136.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=36.74%
G=30.99%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159710100.160.120.55346.678.4941.57
Hex736165010C3715b82a
Octal16314114502014675331052
Binary11100111100001110010101000011001101111010110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736165; }

 p { color: rgb(115,97,101); }

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

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

 a { background-color: rgb(115,97,101); }

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

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

 span { border-color: rgb(115,97,101); }

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