#856663

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

Shades of Pharlap #856663

Tints of Pharlap #856663

Color information

#856663 (or 0x856663) is unknown color: approx Pharlap. HEX triplet: 85, 66 and 63. RGB value is (133,102,99). Sum of RGB (Red+Green+Blue) = 133+102+99=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856663 is #7A999C. Grayscale: #6E6E6E. Windows color (decimal): -8034717 or 6514309. OLE color: 6514309.

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

Color convert

RGB13310299-
CMYK00.230.260.48
HSL5.29º14.66%45.49%-
HSV(B)5.29º25.56%52.16%-
XYZ16.6815.3913.9-
YUV110.93121.27143.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=39.82%
G=30.54%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331029900.230.260.485.2914.6645.49
Hex8566630171A305f2d
Octal205146143027326051755
Binary1000010111001101100011010111110101100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856663; }

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

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

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

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

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

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

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

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