#826661

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

Shades of Pharlap #826661

Tints of Pharlap #826661

Color information

#826661 (or 0x826661) is unknown color: approx Pharlap. HEX triplet: 82, 66 and 61. RGB value is (130,102,97). Sum of RGB (Red+Green+Blue) = 130+102+97=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826661 is #7D999E. Grayscale: #6D6D6D. Windows color (decimal): -8231327 or 6383234. OLE color: 6383234.

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

Color convert

RGB13010297-
CMYK00.220.250.49
HSL9.09º14.54%44.51%-
HSV(B)9.09º25.38%50.98%-
XYZ16.1115.1113.38-
YUV109.8120.78142.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=39.51%
G=31.00%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301029700.220.250.499.0914.5444.51
Hex82666101619319f2d
Octal2021461410263161111755
Binary10000010110011011000010101101100111000110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826661; }

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

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

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

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

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

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

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

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