#816660

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

Shades of Pharlap #816660

Tints of Pharlap #816660

Color information

#816660 (or 0x816660) is unknown color: approx Pharlap. HEX triplet: 81, 66 and 60. RGB value is (129,102,96). Sum of RGB (Red+Green+Blue) = 129+102+96=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #816660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816660 is #7E999F. Grayscale: #6D6D6D. Windows color (decimal): -8296864 or 6317697. OLE color: 6317697.

HSL color Cylindrical-coordinate representation of color #816660: hue angle of 10.91º 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 #816660 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12910296-
CMYK00.210.260.49
HSL10.91º14.67%44.12%-
HSV(B)10.91º25.58%50.59%-
XYZ15.9215.0113.13-
YUV109.39120.45141.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=39.45%
G=31.19%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291029600.210.260.4910.9114.6744.12
Hex8166600151A31bf2c
Octal2011461400253261131754
Binary10000001110011011000000101011101011000110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816660; }

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

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

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

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

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

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

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

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