#86625B

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

Shades of Pharlap #86625B

Tints of Pharlap #86625B

Color information

#86625B (or 0x86625B) is unknown color: approx Pharlap. HEX triplet: 86, 62 and 5B. RGB value is (134,98,91). Sum of RGB (Red+Green+Blue) = 134+98+91=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #86625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625B is #799DA4. Grayscale: #6C6C6C. Windows color (decimal): -7970213 or 5988998. OLE color: 5988998.

HSL color Cylindrical-coordinate representation of color #86625B: hue angle of 9.77º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86625B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1349891-
CMYK00.270.320.47
HSL9.77º19.11%44.12%-
HSV(B)9.77º32.09%52.55%-
XYZ16.0914.5611.86-
YUV107.97118.43146.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=41.49%
G=30.34%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134989100.270.320.479.7719.1144.12
Hex86625B01B202Fa132c
Octal2061421330334057122354
Binary1000011011000101011011011011100000101111101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86625B; }

 p { color: rgb(134,98,91); }

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

<style>
 a { background-color: #86625B; }

 a { background-color: rgb(134,98,91); }

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

<style>
 span { border-color: #86625B; }

 span { border-color: rgb(134,98,91); }

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