#736368

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

Shades of Scorpion #736368

Tints of Scorpion #736368

Color information

#736368 (or 0x736368) is unknown color: approx Scorpion. HEX triplet: 73, 63 and 68. RGB value is (115,99,104). Sum of RGB (Red+Green+Blue) = 115+99+104=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #736368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736368 is #8C9C97. Grayscale: #686868. Windows color (decimal): -9215128 or 6841203. OLE color: 6841203.

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

Color convert

RGB11599104-
CMYK00.140.100.55
HSL341.25º7.48%41.96%-
HSV(B)341.25º13.91%45.1%-
XYZ14.0313.5714.98-
YUV104.35127.8135.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=36.16%
G=31.13%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159910400.140.100.55341.257.4841.96
Hex7363680EA3715572a
Octal1631431500161267525752
Binary111001111000111101000011101010110111101010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736368; }

 p { color: rgb(115,99,104); }

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

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

 a { background-color: rgb(115,99,104); }

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

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

 span { border-color: rgb(115,99,104); }

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