#736167

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

Shades of Scorpion #736167

Tints of Scorpion #736167

Color information

#736167 (or 0x736167) is unknown color: approx Scorpion. HEX triplet: 73, 61 and 67. RGB value is (115,97,103). Sum of RGB (Red+Green+Blue) = 115+97+103=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736167 is #8C9E98. Grayscale: #676767. Windows color (decimal): -9215641 or 6775155. OLE color: 6775155.

HSL color Cylindrical-coordinate representation of color #736167: hue angle of 340º 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 #736167 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11597103-
CMYK00.160.100.55
HSL340º8.49%41.57%-
HSV(B)340º15.65%45.1%-
XYZ13.7913.1714.65-
YUV103.07127.96136.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=36.51%
G=30.79%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159710300.160.100.553408.4941.57
Hex736167010A3715482a
Octal16314114702012675241052
Binary11100111100001110011101000010101101111010101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736167; }

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

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

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

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

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

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

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

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