#876961

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

Shades of Pharlap #876961

Tints of Pharlap #876961

Color information

#876961 (or 0x876961) is unknown color: approx Pharlap. HEX triplet: 87, 69 and 61. RGB value is (135,105,97). Sum of RGB (Red+Green+Blue) = 135+105+97=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876961 is #78969E. Grayscale: #717171. Windows color (decimal): -7902879 or 6384007. OLE color: 6384007.

HSL color Cylindrical-coordinate representation of color #876961: hue angle of 12.63º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876961 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13510597-
CMYK00.220.280.47
HSL12.63º16.38%45.49%-
HSV(B)12.63º28.15%52.94%-
XYZ17.216.1213.51-
YUV113.06118.94143.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=40.06%
G=31.16%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351059700.220.280.4712.6316.3845.49
Hex8769610161C2Fd102d
Octal2071511410263457152055
Binary100001111101001110000101011011100101111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876961; }

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

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

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

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

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

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

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

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