#856863

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

Shades of Pharlap #856863

Tints of Pharlap #856863

Color information

#856863 (or 0x856863) is unknown color: approx Pharlap. HEX triplet: 85, 68 and 63. RGB value is (133,104,99). Sum of RGB (Red+Green+Blue) = 133+104+99=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856863 is #7A979C. Grayscale: #707070. Windows color (decimal): -8034205 or 6514821. OLE color: 6514821.

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

Color convert

RGB13310499-
CMYK00.220.260.48
HSL8.82º14.66%45.49%-
HSV(B)8.82º25.56%52.16%-
XYZ16.8815.7913.96-
YUV112.1120.61142.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=39.58%
G=30.95%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331049900.220.260.488.8214.6645.49
Hex8568630161A309f2d
Octal2051501430263260111755
Binary10000101110100011000110101101101011000010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856863; }

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

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

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

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

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

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

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

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