#806260

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

Shades of Pharlap #806260

Tints of Pharlap #806260

Color information

#806260 (or 0x806260) is unknown color: approx Pharlap. HEX triplet: 80, 62 and 60. RGB value is (128,98,96). Sum of RGB (Red+Green+Blue) = 128+98+96=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #806260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806260 is #7F9D9F. Grayscale: #6A6A6A. Windows color (decimal): -8363424 or 6316672. OLE color: 6316672.

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

Color convert

RGB1289896-
CMYK00.230.250.50
HSL3.75º14.29%43.92%-
HSV(B)3.75º25%50.2%-
XYZ15.3814.1712.99-
YUV106.74121.94143.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=39.75%
G=30.43%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128989600.230.250.503.7514.2943.92
Hex80626001719324e2c
Octal200142140027316241654
Binary1000000011000101100000010111110011100101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806260; }

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

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

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

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

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

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

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

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