#826560

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

Shades of Pharlap #826560

Tints of Pharlap #826560

Color information

#826560 (or 0x826560) is unknown color: approx Pharlap. HEX triplet: 82, 65 and 60. RGB value is (130,101,96). Sum of RGB (Red+Green+Blue) = 130+101+96=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826560 is #7D9A9F. Grayscale: #6D6D6D. Windows color (decimal): -8231584 or 6317442. OLE color: 6317442.

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

Color convert

RGB13010196-
CMYK00.220.260.49
HSL8.82º15.04%44.31%-
HSV(B)8.82º26.15%50.98%-
XYZ15.9714.913.1-
YUV109.1120.61142.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=39.76%
G=30.89%
B=29.36%

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
Decimal1301019600.220.260.498.8215.0444.31
Hex8265600161A319f2c
Octal2021451400263261111754
Binary10000010110010111000000101101101011000110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826560; }

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

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

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

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

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

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

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

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