#8B665D

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

Shades of Pharlap #8B665D

Tints of Pharlap #8B665D

Color information

#8B665D (or 0x8B665D) is unknown color: approx Pharlap. HEX triplet: 8B, 66 and 5D. RGB value is (139,102,93). Sum of RGB (Red+Green+Blue) = 139+102+93=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B665D is #7499A2. Grayscale: #707070. Windows color (decimal): -7641507 or 6121099. OLE color: 6121099.

HSL color Cylindrical-coordinate representation of color #8B665D: hue angle of 11.74º 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 #8B665D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB13910293-
CMYK00.270.330.45
HSL11.74º19.83%45.49%-
HSV(B)11.74º33.09%54.51%-
XYZ17.3715.7812.49-
YUV112.04117.26147.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=41.62%
G=30.54%
B=27.84%

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
Decimal1391029300.270.330.4511.7419.8345.49
Hex8B665D01B212Dc142d
Octal2131461350334155142455
Binary1000101111001101011101011011100001101101110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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