#876662

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

Shades of Pharlap #876662

Tints of Pharlap #876662

Color information

#876662 (or 0x876662) is unknown color: approx Pharlap. HEX triplet: 87, 66 and 62. RGB value is (135,102,98). Sum of RGB (Red+Green+Blue) = 135+102+98=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876662 is #78999D. Grayscale: #6F6F6F. Windows color (decimal): -7903646 or 6448775. OLE color: 6448775.

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

Color convert

RGB13510298-
CMYK00.240.270.47
HSL6.49º15.88%45.69%-
HSV(B)6.49º27.41%52.94%-
XYZ16.9515.5413.66-
YUV111.41120.43144.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=40.30%
G=30.45%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351029800.240.270.476.4915.8845.69
Hex8766620181B2F6102e
Octal207146142030335762056
Binary10000111110011011000100110001101110111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876662; }

 p { color: rgb(135,102,98); }

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

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

 a { background-color: rgb(135,102,98); }

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

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

 span { border-color: rgb(135,102,98); }

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