#8B655D

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

Shades of Pharlap #8B655D

Tints of Pharlap #8B655D

Color information

#8B655D (or 0x8B655D) is unknown color: approx Pharlap. HEX triplet: 8B, 65 and 5D. RGB value is (139,101,93). Sum of RGB (Red+Green+Blue) = 139+101+93=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B655D is #749AA2. Grayscale: #6F6F6F. Windows color (decimal): -7641763 or 6120843. OLE color: 6120843.

HSL color Cylindrical-coordinate representation of color #8B655D: hue angle of 10.43º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B655D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB13910193-
CMYK00.270.330.45
HSL10.43º19.83%45.49%-
HSV(B)10.43º33.09%54.51%-
XYZ17.2815.5912.45-
YUV111.45117.59147.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=41.74%
G=30.33%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391019300.270.330.4510.4319.8345.49
Hex8B655D01B212Da142d
Octal2131451350334155122455
Binary1000101111001011011101011011100001101101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B655D; }

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

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

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

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

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

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

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

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