#8A665F

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

Shades of Pharlap #8A665F

Tints of Pharlap #8A665F

Color information

#8A665F (or 0x8A665F) is unknown color: approx Pharlap. HEX triplet: 8A, 66 and 5F. RGB value is (138,102,95). Sum of RGB (Red+Green+Blue) = 138+102+95=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A665F is #7599A0. Grayscale: #707070. Windows color (decimal): -7707041 or 6252170. OLE color: 6252170.

HSL color Cylindrical-coordinate representation of color #8A665F: hue angle of 9.77º 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 #8A665F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13810295-
CMYK00.260.310.46
HSL9.77º18.45%45.69%-
HSV(B)9.77º31.16%54.12%-
XYZ17.315.7312.95-
YUV111.97118.43146.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=41.19%
G=30.45%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381029500.260.310.469.7718.4545.69
Hex8A665F01A1F2Ea122e
Octal2121461370323756122256
Binary100010101100110101111101101011111101110101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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