#816460

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

Shades of Pharlap #816460

Tints of Pharlap #816460

Color information

#816460 (or 0x816460) is unknown color: approx Pharlap. HEX triplet: 81, 64 and 60. RGB value is (129,100,96). Sum of RGB (Red+Green+Blue) = 129+100+96=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #816460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816460 is #7E9B9F. Grayscale: #6C6C6C. Windows color (decimal): -8297376 or 6317185. OLE color: 6317185.

HSL color Cylindrical-coordinate representation of color #816460: hue angle of 7.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816460 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12910096-
CMYK00.220.260.49
HSL7.27º14.67%44.12%-
HSV(B)7.27º25.58%50.59%-
XYZ15.7214.6313.06-
YUV108.21121.11142.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=39.69%
G=30.77%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291009600.220.260.497.2714.6744.12
Hex8164600161A317f2c
Octal201144140026326171754
Binary1000000111001001100000010110110101100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816460; }

 p { color: rgb(129,100,96); }

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

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

 a { background-color: rgb(129,100,96); }

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

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

 span { border-color: rgb(129,100,96); }

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