#886662

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

Shades of Pharlap #886662

Tints of Pharlap #886662

Color information

#886662 (or 0x886662) is unknown color: approx Pharlap. HEX triplet: 88, 66 and 62. RGB value is (136,102,98). Sum of RGB (Red+Green+Blue) = 136+102+98=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886662 is #77999D. Grayscale: #6F6F6F. Windows color (decimal): -7838110 or 6448776. OLE color: 6448776.

HSL color Cylindrical-coordinate representation of color #886662: hue angle of 6.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886662 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13610298-
CMYK00.250.280.47
HSL6.32º16.24%45.88%-
HSV(B)6.32º27.94%53.33%-
XYZ17.1115.6213.67-
YUV111.71120.26145.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=40.48%
G=30.36%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361029800.250.280.476.3216.2445.88
Hex8866620191C2F6102e
Octal210146142031345762056
Binary10001000110011011000100110011110010111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886662; }

 p { color: rgb(136,102,98); }

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

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

 a { background-color: rgb(136,102,98); }

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

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

 span { border-color: rgb(136,102,98); }

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