#856861

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

Shades of Pharlap #856861

Tints of Pharlap #856861

Color information

#856861 (or 0x856861) is unknown color: approx Pharlap. HEX triplet: 85, 68 and 61. RGB value is (133,104,97). Sum of RGB (Red+Green+Blue) = 133+104+97=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856861 is #7A979E. Grayscale: #6F6F6F. Windows color (decimal): -8034207 or 6383749. OLE color: 6383749.

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

Color convert

RGB13310497-
CMYK00.220.270.48
HSL11.67º15.65%45.1%-
HSV(B)11.67º27.07%52.16%-
XYZ16.7815.7513.46-
YUV111.87119.61143.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=39.82%
G=31.14%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331049700.220.270.4811.6715.6545.1
Hex8568610161B30c102d
Octal2051501410263360142055
Binary100001011101000110000101011011011110000110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856861; }

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

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

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

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

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

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

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

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