#80655F

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

Shades of Pharlap #80655F

Tints of Pharlap #80655F

Color information

#80655F (or 0x80655F) is unknown color: approx Pharlap. HEX triplet: 80, 65 and 5F. RGB value is (128,101,95). Sum of RGB (Red+Green+Blue) = 128+101+95=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80655F is #7F9AA0. Grayscale: #6C6C6C. Windows color (decimal): -8362657 or 6251904. OLE color: 6251904.

HSL color Cylindrical-coordinate representation of color #80655F: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80655F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB12810195-
CMYK00.210.260.50
HSL10.91º14.8%43.73%-
HSV(B)10.91º25.78%50.2%-
XYZ15.6214.7212.84-
YUV108.39120.45141.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=39.51%
G=31.17%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281019500.210.260.5010.9114.843.73
Hex80655F0151A32bf2c
Octal2001451370253262131754
Binary10000000110010110111110101011101011001010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80655F; }

 p { color: rgb(128,101,95); }

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

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

 a { background-color: rgb(128,101,95); }

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

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

 span { border-color: rgb(128,101,95); }

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