#736361

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

Shades of Pharlap #736361

Tints of Pharlap #736361

Color information

#736361 (or 0x736361) is unknown color: approx Pharlap. HEX triplet: 73, 63 and 61. RGB value is (115,99,97). Sum of RGB (Red+Green+Blue) = 115+99+97=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #736361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736361 is #8C9C9E. Grayscale: #676767. Windows color (decimal): -9215135 or 6382451. OLE color: 6382451.

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

Color convert

RGB1159997-
CMYK00.140.160.55
HSL6.67º8.49%41.57%-
HSV(B)6.67º15.65%45.1%-
XYZ13.6913.4313.18-
YUV103.56124.3136.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=36.98%
G=31.83%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115999700.140.160.556.678.4941.57
Hex7363610E1037782a
Octal163143141016206771052
Binary11100111100011110000101110100001101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736361; }

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

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

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

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

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

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

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

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