#806662

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

Shades of Pharlap #806662

Tints of Pharlap #806662

Color information

#806662 (or 0x806662) is unknown color: approx Pharlap. HEX triplet: 80, 66 and 62. RGB value is (128,102,98). Sum of RGB (Red+Green+Blue) = 128+102+98=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806662 is #7F999D. Grayscale: #6D6D6D. Windows color (decimal): -8362398 or 6448768. OLE color: 6448768.

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

Color convert

RGB12810298-
CMYK00.200.230.50
HSL13.27%44.31%-
HSV(B)23.44%50.2%-
XYZ15.8614.9713.61-
YUV109.32121.61141.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=39.02%
G=31.10%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281029800.200.230.50813.2744.31
Hex80666201417328d2c
Octal2001461420242762101554
Binary10000000110011011000100101001011111001010001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806662; }

 p { color: rgb(128,102,98); }

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

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

 a { background-color: rgb(128,102,98); }

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

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

 span { border-color: rgb(128,102,98); }

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