#8B655C

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

Shades of Pharlap #8B655C

Tints of Pharlap #8B655C

Color information

#8B655C (or 0x8B655C) is unknown color: approx Pharlap. HEX triplet: 8B, 65 and 5C. RGB value is (139,101,92). Sum of RGB (Red+Green+Blue) = 139+101+92=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B655C is #749AA3. Grayscale: #6F6F6F. Windows color (decimal): -7641764 or 6055307. OLE color: 6055307.

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

Color convert

RGB13910192-
CMYK00.270.340.45
HSL11.49º20.35%45.29%-
HSV(B)11.49º33.81%54.51%-
XYZ17.2315.5712.22-
YUV111.34117.09147.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=41.87%
G=30.42%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391019200.270.340.4511.4920.3545.29
Hex8B655C01B222Db142d
Octal2131451340334255132455
Binary1000101111001011011100011011100010101101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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