#876562

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

Shades of Pharlap #876562

Tints of Pharlap #876562

Color information

#876562 (or 0x876562) is unknown color: approx Pharlap. HEX triplet: 87, 65 and 62. RGB value is (135,101,98). Sum of RGB (Red+Green+Blue) = 135+101+98=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876562 is #789A9D. Grayscale: #6E6E6E. Windows color (decimal): -7903902 or 6448519. OLE color: 6448519.

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

Color convert

RGB13510198-
CMYK00.250.270.47
HSL4.86º15.88%45.69%-
HSV(B)4.86º27.41%52.94%-
XYZ16.8515.3413.63-
YUV110.82120.76145.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=40.42%
G=30.24%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351019800.250.270.474.8615.8845.69
Hex8765620191B2F5102e
Octal207145142031335752056
Binary10000111110010111000100110011101110111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876562; }

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

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

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

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

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

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

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

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