#88655F

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

Shades of Pharlap #88655F

Tints of Pharlap #88655F

Color information

#88655F (or 0x88655F) is unknown color: approx Pharlap. HEX triplet: 88, 65 and 5F. RGB value is (136,101,95). Sum of RGB (Red+Green+Blue) = 136+101+95=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88655F is #779AA0. Grayscale: #6E6E6E. Windows color (decimal): -7838369 or 6251912. OLE color: 6251912.

HSL color Cylindrical-coordinate representation of color #88655F: hue angle of 8.78º 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 #88655F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13610195-
CMYK00.260.300.47
HSL8.78º17.75%45.29%-
HSV(B)8.78º30.15%53.33%-
XYZ16.8715.3712.9-
YUV110.78119.1145.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=40.96%
G=30.42%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361019500.260.300.478.7817.7545.29
Hex88655F01A1E2F9122d
Octal2101451370323657112255
Binary100010001100101101111101101011110101111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,101,95); }

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

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

 a { background-color: rgb(136,101,95); }

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

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

 span { border-color: rgb(136,101,95); }

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