#826866

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

Shades of Pharlap #826866

Tints of Pharlap #826866

Color information

#826866 (or 0x826866) is unknown color: approx Pharlap. HEX triplet: 82, 68 and 66. RGB value is (130,104,102). Sum of RGB (Red+Green+Blue) = 130+104+102=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826866 is #7D9799. Grayscale: #6F6F6F. Windows color (decimal): -8230810 or 6711426. OLE color: 6711426.

HSL color Cylindrical-coordinate representation of color #826866: hue angle of 4.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826866 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130104102-
CMYK00.20.220.49
HSL4.29º12.07%45.49%-
HSV(B)4.29º21.54%50.98%-
XYZ16.5515.6114.71-
YUV111.55122.61141.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=38.69%
G=30.95%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010410200.20.220.494.2912.0745.49
Hex82686601416314c2d
Octal202150146024266141455
Binary1000001011010001100110010100101101100011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826866; }

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

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

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

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

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

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

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

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