#86625F

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

Shades of Pharlap #86625F

Tints of Pharlap #86625F

Color information

#86625F (or 0x86625F) is unknown color: approx Pharlap. HEX triplet: 86, 62 and 5F. RGB value is (134,98,95). Sum of RGB (Red+Green+Blue) = 134+98+95=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625F is #799DA0. Grayscale: #6C6C6C. Windows color (decimal): -7970209 or 6251142. OLE color: 6251142.

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

Color convert

RGB1349895-
CMYK00.270.290.47
HSL4.62º17.03%44.9%-
HSV(B)4.62º29.1%52.55%-
XYZ16.2614.6312.79-
YUV108.42120.43146.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=40.98%
G=29.97%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134989500.270.290.474.6217.0344.9
Hex86625F01B1D2F5112d
Octal206142137033355752155
Binary10000110110001010111110110111110110111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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