#876962

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

Shades of Pharlap #876962

Tints of Pharlap #876962

Color information

#876962 (or 0x876962) is unknown color: approx Pharlap. HEX triplet: 87, 69 and 62. RGB value is (135,105,98). Sum of RGB (Red+Green+Blue) = 135+105+98=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #876962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876962 is #78969D. Grayscale: #717171. Windows color (decimal): -7902878 or 6449543. OLE color: 6449543.

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

Color convert

RGB13510598-
CMYK00.220.270.47
HSL11.35º15.88%45.69%-
HSV(B)11.35º27.41%52.94%-
XYZ17.2516.1413.76-
YUV113.17119.44143.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=39.94%
G=31.07%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351059800.220.270.4711.3515.8845.69
Hex8769620161B2Fb102e
Octal2071511420263357132056
Binary100001111101001110001001011011011101111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876962; }

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

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

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

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

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

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

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

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