#886461

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

Shades of Pharlap #886461

Tints of Pharlap #886461

Color information

#886461 (or 0x886461) is unknown color: approx Pharlap. HEX triplet: 88, 64 and 61. RGB value is (136,100,97). Sum of RGB (Red+Green+Blue) = 136+100+97=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886461 is #779B9E. Grayscale: #6E6E6E. Windows color (decimal): -7838623 or 6382728. OLE color: 6382728.

HSL color Cylindrical-coordinate representation of color #886461: hue angle of 4.62º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886461 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13610097-
CMYK00.260.290.47
HSL4.62º16.74%45.69%-
HSV(B)4.62º28.68%53.33%-
XYZ16.8715.2113.36-
YUV110.42120.43146.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=40.84%
G=30.03%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361009700.260.290.474.6216.7445.69
Hex88646101A1D2F5112e
Octal210144141032355752156
Binary10001000110010011000010110101110110111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886461; }

 p { color: rgb(136,100,97); }

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

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

 a { background-color: rgb(136,100,97); }

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

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

 span { border-color: rgb(136,100,97); }

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