#826660

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

Shades of Pharlap #826660

Tints of Pharlap #826660

Color information

#826660 (or 0x826660) is unknown color: approx Pharlap. HEX triplet: 82, 66 and 60. RGB value is (130,102,96). Sum of RGB (Red+Green+Blue) = 130+102+96=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826660 is #7D999F. Grayscale: #6D6D6D. Windows color (decimal): -8231328 or 6317698. OLE color: 6317698.

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

Color convert

RGB13010296-
CMYK00.220.260.49
HSL10.59º15.04%44.31%-
HSV(B)10.59º26.15%50.98%-
XYZ16.0715.0913.13-
YUV109.69120.28142.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=39.63%
G=31.10%
B=29.27%

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
Decimal1301029600.220.260.4910.5915.0444.31
Hex8266600161A31bf2c
Octal2021461400263261131754
Binary10000010110011011000000101101101011000110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826660; }

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

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

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

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

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

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

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

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