#865F59

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

Shades of Pharlap #865F59

Tints of Pharlap #865F59

Color information

#865F59 (or 0x865F59) is unknown color: approx Pharlap. HEX triplet: 86, 5F and 59. RGB value is (134,95,89). Sum of RGB (Red+Green+Blue) = 134+95+89=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F59 is #79A0A6. Grayscale: #6A6A6A. Windows color (decimal): -7970983 or 5857158. OLE color: 5857158.

HSL color Cylindrical-coordinate representation of color #865F59: hue angle of 8º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865F59 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1349589-
CMYK00.290.340.47
HSL20.18%43.73%-
HSV(B)33.58%52.55%-
XYZ15.7313.9711.32-
YUV105.98118.42147.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=42.14%
G=29.87%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134958900.290.340.47820.1843.73
Hex865F5901D222F8142c
Octal2061371310354257102454
Binary1000011010111111011001011101100010101111100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F59; }

 p { color: rgb(134,95,89); }

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

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

 a { background-color: rgb(134,95,89); }

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

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

 span { border-color: rgb(134,95,89); }

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