#856764

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

Shades of Pharlap #856764

Tints of Pharlap #856764

Color information

#856764 (or 0x856764) is unknown color: approx Pharlap. HEX triplet: 85, 67 and 64. RGB value is (133,103,100). Sum of RGB (Red+Green+Blue) = 133+103+100=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856764 is #7A989B. Grayscale: #6F6F6F. Windows color (decimal): -8034460 or 6580101. OLE color: 6580101.

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

Color convert

RGB133103100-
CMYK00.230.250.48
HSL5.45º14.16%45.69%-
HSV(B)5.45º24.81%52.16%-
XYZ16.8215.6114.18-
YUV111.63121.44143.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=39.58%
G=30.65%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310310000.230.250.485.4514.1645.69
Hex85676401719305e2e
Octal205147144027316051656
Binary1000010111001111100100010111110011100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856764; }

 p { color: rgb(133,103,100); }

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

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

 a { background-color: rgb(133,103,100); }

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

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

 span { border-color: rgb(133,103,100); }

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