#816560

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

Shades of Pharlap #816560

Tints of Pharlap #816560

Color information

#816560 (or 0x816560) is unknown color: approx Pharlap. HEX triplet: 81, 65 and 60. RGB value is (129,101,96). Sum of RGB (Red+Green+Blue) = 129+101+96=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816560 is #7E9A9F. Grayscale: #6C6C6C. Windows color (decimal): -8297120 or 6317441. OLE color: 6317441.

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

Color convert

RGB12910196-
CMYK00.220.260.49
HSL9.09º14.67%44.12%-
HSV(B)9.09º25.58%50.59%-
XYZ15.8214.8213.09-
YUV108.8120.78142.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=39.57%
G=30.98%
B=29.45%

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
Decimal1291019600.220.260.499.0914.6744.12
Hex8165600161A319f2c
Octal2011451400263261111754
Binary10000001110010111000000101101101011000110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816560; }

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

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

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

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

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

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

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

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