#806661

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

Shades of Pharlap #806661

Tints of Pharlap #806661

Color information

#806661 (or 0x806661) is unknown color: approx Pharlap. HEX triplet: 80, 66 and 61. RGB value is (128,102,97). Sum of RGB (Red+Green+Blue) = 128+102+97=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #806661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806661 is #7F999E. Grayscale: #6D6D6D. Windows color (decimal): -8362399 or 6383232. OLE color: 6383232.

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

Color convert

RGB12810297-
CMYK00.200.240.50
HSL9.68º13.78%44.12%-
HSV(B)9.68º24.22%50.2%-
XYZ15.8114.9613.36-
YUV109.2121.11141.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=39.14%
G=31.19%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281029700.200.240.509.6813.7844.12
Hex8066610141832ae2c
Octal2001461410243062121654
Binary10000000110011011000010101001100011001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806661; }

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

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

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

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

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

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

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

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