#896662

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

Shades of Pharlap #896662

Tints of Pharlap #896662

Color information

#896662 (or 0x896662) is unknown color: approx Pharlap. HEX triplet: 89, 66 and 62. RGB value is (137,102,98). Sum of RGB (Red+Green+Blue) = 137+102+98=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896662 is #76999D. Grayscale: #707070. Windows color (decimal): -7772574 or 6448777. OLE color: 6448777.

HSL color Cylindrical-coordinate representation of color #896662: hue angle of 6.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896662 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13710298-
CMYK00.260.280.46
HSL6.15º16.6%46.08%-
HSV(B)6.15º28.47%53.73%-
XYZ17.2715.713.68-
YUV112.01120.1145.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=40.65%
G=30.27%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371029800.260.280.466.1516.646.08
Hex89666201A1C2E6112e
Octal211146142032345662156
Binary10001001110011011000100110101110010111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896662; }

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

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

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

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

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

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

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

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