#8B6861

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

Shades of Pharlap #8B6861

Tints of Pharlap #8B6861

Color information

#8B6861 (or 0x8B6861) is unknown color: approx Pharlap. HEX triplet: 8B, 68 and 61. RGB value is (139,104,97). Sum of RGB (Red+Green+Blue) = 139+104+97=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6861 is #74979E. Grayscale: #717171. Windows color (decimal): -7640991 or 6383755. OLE color: 6383755.

HSL color Cylindrical-coordinate representation of color #8B6861: hue angle of 10º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6861 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13910497-
CMYK00.250.300.45
HSL10º17.8%46.27%-
HSV(B)10º30.22%54.51%-
XYZ17.7616.2513.51-
YUV113.67118.6146.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=40.88%
G=30.59%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391049700.250.300.451017.846.27
Hex8B68610191E2Da122e
Octal2131501410313655122256
Binary100010111101000110000101100111110101101101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,97); }

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

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

 a { background-color: rgb(139,104,97); }

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

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

 span { border-color: rgb(139,104,97); }

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