#8D645F

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

Shades of Pharlap #8D645F

Tints of Pharlap #8D645F

Color information

#8D645F (or 0x8D645F) is unknown color: approx Pharlap. HEX triplet: 8D, 64 and 5F. RGB value is (141,100,95). Sum of RGB (Red+Green+Blue) = 141+100+95=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D645F is #729BA0. Grayscale: #6F6F6F. Windows color (decimal): -7510945 or 6251661. OLE color: 6251661.

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

Color convert

RGB14110095-
CMYK00.290.330.45
HSL6.52º19.49%46.27%-
HSV(B)6.52º32.62%55.29%-
XYZ17.6115.612.91-
YUV111.69118.58148.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=41.96%
G=29.76%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411009500.290.330.456.5219.4946.27
Hex8D645F01D212D7132e
Octal215144137035415572356
Binary100011011100100101111101110110000110110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,95); }

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

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

 a { background-color: rgb(141,100,95); }

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

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

 span { border-color: rgb(141,100,95); }

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