#856D66

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

Shades of Pharlap #856D66

Tints of Pharlap #856D66

Color information

#856D66 (or 0x856D66) is unknown color: approx Pharlap. HEX triplet: 85, 6D and 66. RGB value is (133,109,102). Sum of RGB (Red+Green+Blue) = 133+109+102=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D66 is #7A9299. Grayscale: #737373. Windows color (decimal): -8032922 or 6712709. OLE color: 6712709.

HSL color Cylindrical-coordinate representation of color #856D66: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856D66 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133109102-
CMYK00.180.230.48
HSL13.55º13.19%46.08%-
HSV(B)13.55º23.31%52.16%-
XYZ17.5416.8814.9-
YUV115.38120.45140.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=38.66%
G=31.69%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310910200.180.230.4813.5513.1946.08
Hex856D660121730ed2e
Octal2051551460222760161556
Binary10000101110110111001100100101011111000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D66; }

 p { color: rgb(133,109,102); }

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

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

 a { background-color: rgb(133,109,102); }

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

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

 span { border-color: rgb(133,109,102); }

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