#736468

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

Shades of Scorpion #736468

Tints of Scorpion #736468

Color information

#736468 (or 0x736468) is unknown color: approx Scorpion. HEX triplet: 73, 64 and 68. RGB value is (115,100,104). Sum of RGB (Red+Green+Blue) = 115+100+104=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736468 is #8C9B97. Grayscale: #686868. Windows color (decimal): -9214872 or 6841459. OLE color: 6841459.

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

Color convert

RGB115100104-
CMYK00.130.100.55
HSL344º6.98%42.16%-
HSV(B)344º13.04%45.1%-
XYZ14.1313.7615.01-
YUV104.94127.47135.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=36.05%
G=31.35%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510010400.130.100.553446.9842.16
Hex7364680DA3715872a
Octal1631441500151267530752
Binary111001111001001101000011011010110111101011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736468; }

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

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

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

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

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

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

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

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