#86625E

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

Shades of Pharlap #86625E

Tints of Pharlap #86625E

Color information

#86625E (or 0x86625E) is unknown color: approx Pharlap. HEX triplet: 86, 62 and 5E. RGB value is (134,98,94). Sum of RGB (Red+Green+Blue) = 134+98+94=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625E is #799DA1. Grayscale: #6C6C6C. Windows color (decimal): -7970210 or 6185606. OLE color: 6185606.

HSL color Cylindrical-coordinate representation of color #86625E: hue angle of 6º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86625E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1349894-
CMYK00.270.300.47
HSL17.54%44.71%-
HSV(B)29.85%52.55%-
XYZ16.2214.6112.56-
YUV108.31119.93146.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=41.10%
G=30.06%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134989400.270.300.47617.5444.71
Hex86625E01B1E2F6122d
Octal206142136033365762255
Binary10000110110001010111100110111111010111111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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