#736568

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

Shades of Scorpion #736568

Tints of Scorpion #736568

Color information

#736568 (or 0x736568) is unknown color: approx Scorpion. HEX triplet: 73, 65 and 68. RGB value is (115,101,104). Sum of RGB (Red+Green+Blue) = 115+101+104=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #736568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736568 is #8C9A97. Grayscale: #696969. Windows color (decimal): -9214616 or 6841715. OLE color: 6841715.

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

Color convert

RGB115101104-
CMYK00.120.100.55
HSL347.14º6.48%42.35%-
HSV(B)347.14º12.17%45.1%-
XYZ14.2213.9515.04-
YUV105.53127.14134.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=35.94%
G=31.56%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510110400.120.100.55347.146.4842.35
Hex7365680CA3715b62a
Octal1631451500141267533652
Binary111001111001011101000011001010110111101011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736568; }

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

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

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

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

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

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

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

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