#856A65

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

Shades of Pharlap #856A65

Tints of Pharlap #856A65

Color information

#856A65 (or 0x856A65) is unknown color: approx Pharlap. HEX triplet: 85, 6A and 65. RGB value is (133,106,101). Sum of RGB (Red+Green+Blue) = 133+106+101=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #856A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A65 is #7A959A. Grayscale: #717171. Windows color (decimal): -8033691 or 6646405. OLE color: 6646405.

HSL color Cylindrical-coordinate representation of color #856A65: hue angle of 9.38º 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 #856A65 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB133106101-
CMYK00.200.240.48
HSL9.38º13.68%45.88%-
HSV(B)9.38º24.06%52.16%-
XYZ17.1816.2314.54-
YUV113.5120.95141.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=39.12%
G=31.18%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310610100.200.240.489.3813.6845.88
Hex856A6501418309e2e
Octal2051521450243060111656
Binary10000101110101011001010101001100011000010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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