#886961

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

Shades of Pharlap #886961

Tints of Pharlap #886961

Color information

#886961 (or 0x886961) is unknown color: approx Pharlap. HEX triplet: 88, 69 and 61. RGB value is (136,105,97). Sum of RGB (Red+Green+Blue) = 136+105+97=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886961 is #77969E. Grayscale: #717171. Windows color (decimal): -7837343 or 6384008. OLE color: 6384008.

HSL color Cylindrical-coordinate representation of color #886961: hue angle of 12.31º 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 #886961 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13610597-
CMYK00.230.290.47
HSL12.31º16.74%45.69%-
HSV(B)12.31º28.68%53.33%-
XYZ17.3616.213.52-
YUV113.36118.77144.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=40.24%
G=31.07%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361059700.230.290.4712.3116.7445.69
Hex8869610171D2Fc112e
Octal2101511410273557142156
Binary100010001101001110000101011111101101111110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886961; }

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

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

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

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

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

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

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

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