#856664

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

Shades of Pharlap #856664

Tints of Pharlap #856664

Color information

#856664 (or 0x856664) is unknown color: approx Pharlap. HEX triplet: 85, 66 and 64. RGB value is (133,102,100). Sum of RGB (Red+Green+Blue) = 133+102+100=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856664 is #7A999B. Grayscale: #6F6F6F. Windows color (decimal): -8034716 or 6579845. OLE color: 6579845.

HSL color Cylindrical-coordinate representation of color #856664: hue angle of 3.64º 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 #856664 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133102100-
CMYK00.230.250.48
HSL3.64º14.16%45.69%-
HSV(B)3.64º24.81%52.16%-
XYZ16.7215.4114.15-
YUV111.04121.77143.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=39.70%
G=30.45%
B=29.85%

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
Decimal13310210000.230.250.483.6414.1645.69
Hex85666401719304e2e
Octal205146144027316041656
Binary1000010111001101100100010111110011100001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856664; }

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

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

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

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

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

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

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

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