#8B6460

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

Shades of Pharlap #8B6460

Tints of Pharlap #8B6460

Color information

#8B6460 (or 0x8B6460) is unknown color: approx Pharlap. HEX triplet: 8B, 64 and 60. RGB value is (139,100,96). Sum of RGB (Red+Green+Blue) = 139+100+96=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6460 is #749B9F. Grayscale: #6F6F6F. Windows color (decimal): -7642016 or 6317195. OLE color: 6317195.

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

Color convert

RGB13910096-
CMYK00.280.310.45
HSL5.58º18.3%46.08%-
HSV(B)5.58º30.94%54.51%-
XYZ17.3215.4513.14-
YUV111.2119.42147.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=41.49%
G=29.85%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391009600.280.310.455.5818.346.08
Hex8B646001C1F2D6122e
Octal213144140034375562256
Binary10001011110010011000000111001111110110111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,96); }

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

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

 a { background-color: rgb(139,100,96); }

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

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

 span { border-color: rgb(139,100,96); }

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