#806563

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

Shades of Pharlap #806563

Tints of Pharlap #806563

Color information

#806563 (or 0x806563) is unknown color: approx Pharlap. HEX triplet: 80, 65 and 63. RGB value is (128,101,99). Sum of RGB (Red+Green+Blue) = 128+101+99=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806563 is #7F9A9C. Grayscale: #6C6C6C. Windows color (decimal): -8362653 or 6514048. OLE color: 6514048.

HSL color Cylindrical-coordinate representation of color #806563: hue angle of 4.14º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806563 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB12810199-
CMYK00.210.230.50
HSL4.14º12.78%44.51%-
HSV(B)4.14º22.66%50.2%-
XYZ15.8114.813.83-
YUV108.84122.45141.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=39.02%
G=30.79%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281019900.210.230.504.1412.7844.51
Hex80656301517324d2d
Octal200145143025276241555
Binary1000000011001011100011010101101111100101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806563; }

 p { color: rgb(128,101,99); }

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

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

 a { background-color: rgb(128,101,99); }

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

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

 span { border-color: rgb(128,101,99); }

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