#86655D

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

Shades of Pharlap #86655D

Tints of Pharlap #86655D

Color information

#86655D (or 0x86655D) is unknown color: approx Pharlap. HEX triplet: 86, 65 and 5D. RGB value is (134,101,93). Sum of RGB (Red+Green+Blue) = 134+101+93=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86655D is #799AA2. Grayscale: #6E6E6E. Windows color (decimal): -7969443 or 6120838. OLE color: 6120838.

HSL color Cylindrical-coordinate representation of color #86655D: hue angle of 11.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86655D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13410193-
CMYK00.250.310.47
HSL11.71º18.06%44.51%-
HSV(B)11.71º30.6%52.55%-
XYZ16.4615.1712.42-
YUV109.96118.43145.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=40.85%
G=30.79%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341019300.250.310.4711.7118.0644.51
Hex86655D0191F2Fc122d
Octal2061451350313757142255
Binary100001101100101101110101100111111101111110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86655D; }

 p { color: rgb(134,101,93); }

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

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

 a { background-color: rgb(134,101,93); }

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

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

 span { border-color: rgb(134,101,93); }

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