#896962

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

Shades of Pharlap #896962

Tints of Pharlap #896962

Color information

#896962 (or 0x896962) is unknown color: approx Pharlap. HEX triplet: 89, 69 and 62. RGB value is (137,105,98). Sum of RGB (Red+Green+Blue) = 137+105+98=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896962 is #76969D. Grayscale: #717171. Windows color (decimal): -7771806 or 6449545. OLE color: 6449545.

HSL color Cylindrical-coordinate representation of color #896962: hue angle of 10.77º 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 #896962 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13710598-
CMYK00.230.280.46
HSL10.77º16.6%46.08%-
HSV(B)10.77º28.47%53.73%-
XYZ17.5716.313.78-
YUV113.77119.1144.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=40.29%
G=30.88%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371059800.230.280.4610.7716.646.08
Hex8969620171C2Eb112e
Octal2111511420273456132156
Binary100010011101001110001001011111100101110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896962; }

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

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

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

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

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

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

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

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