#8A685F

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

Shades of Pharlap #8A685F

Tints of Pharlap #8A685F

Color information

#8A685F (or 0x8A685F) is unknown color: approx Pharlap. HEX triplet: 8A, 68 and 5F. RGB value is (138,104,95). Sum of RGB (Red+Green+Blue) = 138+104+95=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A685F is #7597A0. Grayscale: #717171. Windows color (decimal): -7706529 or 6252682. OLE color: 6252682.

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

Color convert

RGB13810495-
CMYK00.250.310.46
HSL12.56º18.45%45.69%-
HSV(B)12.56º31.16%54.12%-
XYZ17.516.1313.02-
YUV113.14117.76145.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=40.95%
G=30.86%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381049500.250.310.4612.5618.4545.69
Hex8A685F0191F2Ed122e
Octal2121501370313756152256
Binary100010101101000101111101100111111101110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,104,95); }

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

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

 a { background-color: rgb(138,104,95); }

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

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

 span { border-color: rgb(138,104,95); }

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