#856865

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

Shades of Pharlap #856865

Tints of Pharlap #856865

Color information

#856865 (or 0x856865) is unknown color: approx Pharlap. HEX triplet: 85, 68 and 65. RGB value is (133,104,101). Sum of RGB (Red+Green+Blue) = 133+104+101=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856865 is #7A979A. Grayscale: #707070. Windows color (decimal): -8034203 or 6645893. OLE color: 6645893.

HSL color Cylindrical-coordinate representation of color #856865: hue angle of 5.63º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856865 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB133104101-
CMYK00.220.240.48
HSL5.63º13.68%45.88%-
HSV(B)5.63º24.06%52.16%-
XYZ16.9715.8314.47-
YUV112.33121.61142.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=39.35%
G=30.77%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310410100.220.240.485.6313.6845.88
Hex85686501618306e2e
Octal205150145026306061656
Binary1000010111010001100101010110110001100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856865; }

 p { color: rgb(133,104,101); }

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

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

 a { background-color: rgb(133,104,101); }

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

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

 span { border-color: rgb(133,104,101); }

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